summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-12 23:52:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-12 23:52:29 +0000
commit8f7e0a5b667320e90d22d1a6f48b39d4471f5db4 (patch)
treebfd0fa2defab4e00813ded0c3dcdf98aba99940f /net
parentxperfmon is moved to sysutils. (diff)
Delete stuff moved out of here.
Notes
Notes: svn path=/head/; revision=1952
Diffstat (limited to 'net')
-rw-r--r--net/Makefile52
1 files changed, 39 insertions, 13 deletions
diff --git a/net/Makefile b/net/Makefile
index ef120d26a920..8f66f3260834 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,17 +1,43 @@
-# $Id: Makefile,v 1.46 1995/05/14 03:29:51 asami Exp $
-#
-# RESTRICTED: ivs (crypto, export controlled)
-#
-# BROKEN: dgd-lpmud
-# BROKEN: slirp (upgraded)
-# BROKEN: wais (for XFree3.x)
+# $Id: Makefile,v 1.47 1995/05/19 07:24:45 asami Exp $
#
-SUBDIR= archie cern_httpd cern_linemode chimera dgd fspclient gated \
- gn gopher imm irc ircII \
- lynx mirror moxftp ncftp2 nv \
- pcnfsd pidentd pmf samba scotty sup tclDP \
- tcp_wrapper tcpblast tintin++ tkWWW tkined vic \
- wu-ftpd wwwish xarchie xgopher yale-tftpd ytalk zircon
+ SUBDIR += archie
+ SUBDIR += cern_httpd
+ SUBDIR += cern_linemode
+ SUBDIR += chimera
+ SUBDIR += dgd
+ BROKEN += dgd-lpmud
+ 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 += nv
+ SUBDIR += pcnfsd
+ SUBDIR += pmf
+ SUBDIR += samba
+ SUBDIR += scotty
+ BROKEN += slirp # upgraded
+ 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
.include <bsd.port.subdir.mk>