aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-13 07:52:29 +0800
committerasami <asami@FreeBSD.org>1995-07-13 07:52:29 +0800
commit286af87ebfc5e3d309bc53dae0194404503eec83 (patch)
treecc683cf60d71a114590a5b559f8edb7265539268 /net
parentf628416fab9a67ca4f3e5c6a4b8932b237d251db (diff)
downloadfreebsd-ports-gnome-286af87ebfc5e3d309bc53dae0194404503eec83.tar.gz
freebsd-ports-gnome-286af87ebfc5e3d309bc53dae0194404503eec83.tar.zst
freebsd-ports-gnome-286af87ebfc5e3d309bc53dae0194404503eec83.zip
Delete stuff moved out of here.
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>