diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-10 09:32:43 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-10 09:32:43 +0800 |
commit | fc42ba40a0928aa383b096cb0e814ac7c875ddcb (patch) | |
tree | 0526dc20da4bd1bdd97d7539704b1478013ba004 /net | |
parent | bc50676ac896f23fdc20b850c80df55c32d47afb (diff) | |
download | freebsd-ports-graphics-fc42ba40a0928aa383b096cb0e814ac7c875ddcb.tar.gz freebsd-ports-graphics-fc42ba40a0928aa383b096cb0e814ac7c875ddcb.tar.zst freebsd-ports-graphics-fc42ba40a0928aa383b096cb0e814ac7c875ddcb.zip |
Remove ports that don't work from the top level Makefiles. The ports
themselves are still there, but don't get made from a top level make.
In another couple of days, I will remove the ports as well if people
don't fix them.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 7c44f8afbf9..7a82c958bf3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.14 1994/11/06 10:25:02 ache Exp $ +# $Id: Makefile,v 1.15 1994/11/07 17:33:24 ache Exp $ # # XXX ncftp moved to core distribution # SUBDIR= archie cern_httpd chimera dgd fspclient gn irc ircII lynx ncftp2 \ - pcnfsd pidentd pmf sup tcpblast wais wu-ftpd yale-tftpd tcp_wrapper + pcnfsd pmf sup tcpblast wu-ftpd tcp_wrapper .include <bsd.port.subdir.mk> |