Delete stuff moved out of here.
This commit is contained in:
parent
dad70983da
commit
8f7e0a5b66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1952
1 changed files with 39 additions and 13 deletions
52
net/Makefile
52
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>
|
||||
|
|
Loading…
Reference in a new issue