blob: 4af77957c91af0856bd0bf0adc6c5302bd636d49 (
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
42
43
44
45
46
47
48
49
50
51
|
# $Id: Makefile,v 1.58 1995/10/12 07:43:30 asami Exp $
#
RESTRICTED += Mosaic # requires Motif, Mosaic itself isn't
SUBDIR += apache
SUBDIR += archie
SUBDIR += cern_httpd
SUBDIR += cern_linemode
SUBDIR += chimera
SUBDIR += dgd
BROKEN += dgd-lpmud
SUBDIR += dip
SUBDIR += fspclient
SUBDIR += gated
SUBDIR += gn
SUBDIR += gopher
SUBDIR += imm
SUBDIR += irc
SUBDIR += ircII
RESTRICTED += ivs # crypto, export controlled
SUBDIR += lynx
SUBDIR += mirror
SUBDIR += moxftp
SUBDIR += ncftp2
SUBDIR += netscape
SUBDIR += netscape2
SUBDIR += nv
SUBDIR += pcnfsd
SUBDIR += pmf
SUBDIR += rdist6
SUBDIR += rmsg
SUBDIR += samba
SUBDIR += scotty
SUBDIR += slirp
SUBDIR += sup
SUBDIR += tclDP
SUBDIR += tintin++
SUBDIR += tkWWW
SUBDIR += tkined
SUBDIR += vic
BROKEN += wais # for XFree3.x
SUBDIR += wu-ftpd
SUBDIR += wwwish
SUBDIR += xarchie
SUBDIR += xgopher
SUBDIR += yale-tftpd
SUBDIR += ytalk
SUBDIR += zircon
SUBDIR += zephyr
.include <bsd.port.subdir.mk>
|