Delete stuff moved out of here.

This commit is contained in:
Satoshi Asami 1995-07-12 23:52:29 +00:00
parent dad70983da
commit 8f7e0a5b66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1952

View file

@ -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>