blob: 75c76412a4fd2428772e73a7d5152292a7497b17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# $Id: Makefile,v 1.62 1995/11/26 22:21:13 asami Exp $
#
SUBDIR += archie
RESTRICTED += dhcp # license issues for distribution
SUBDIR += dgd
SUBDIR += dgd-lpmud
SUBDIR += dip
SUBDIR += fspclient
SUBDIR += gated
SUBDIR += gopher
SUBDIR += imm
SUBDIR += irc
SUBDIR += ircII
RESTRICTED += ivs # crypto, export controlled
SUBDIR += mirror
SUBDIR += moxftp
SUBDIR += ncftp2
SUBDIR += nv
SUBDIR += pcnfsd
SUBDIR += pmf
SUBDIR += rdist6
SUBDIR += rmsg
SUBDIR += samba
SUBDIR += scotty
SUBDIR += slirp
SUBDIR += sup
SUBDIR += tclDP
SUBDIR += tintin++
SUBDIR += tkined
SUBDIR += vic
BROKEN += wais # for XFree3.x
SUBDIR += wu-ftpd
SUBDIR += xarchie
SUBDIR += xgopher
SUBDIR += yale-tftpd
SUBDIR += ytalk
SUBDIR += zircon
SUBDIR += zephyr
.include <bsd.port.subdir.mk>
|