diff options
author | ats <ats@FreeBSD.org> | 1994-11-26 04:29:58 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-26 04:29:58 +0800 |
commit | 583cf6e8919bbf7a8e72a7df48ed9aa80c4f7ba2 (patch) | |
tree | 69eb965d1703f6932cff79a84ea39a2638f5ee72 /net | |
parent | 3bedbe585e7cc58da22dcefbe527456c64da9a93 (diff) | |
download | freebsd-ports-gnome-583cf6e8919bbf7a8e72a7df48ed9aa80c4f7ba2.tar.gz freebsd-ports-gnome-583cf6e8919bbf7a8e72a7df48ed9aa80c4f7ba2.tar.zst freebsd-ports-gnome-583cf6e8919bbf7a8e72a7df48ed9aa80c4f7ba2.zip |
Added a missing backslash at the end of the line. Added back tcpblast
as a working port. Removed the comment lines about ncftp in the core
and tcpblast temporary removed.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/Makefile b/net/Makefile index f3fcd616a3df..c62197fc2943 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,10 +1,8 @@ -# $Id: Makefile,v 1.20 1994/11/20 23:10:25 ats Exp $ +# $Id: Makefile,v 1.21 1994/11/24 22:23:05 asami Exp $ # -# XXX ncftp moved to core distribution -# tcpblast temporarily removed # SUBDIR= archie cern_httpd chimera dgd fspclient gn irc ircII lynx ncftp2 \ - pcnfsd pidentd pmf sup tcp_wrapper tkWWW tintin++ wais wu-ftpd - yale-tftpd + pcnfsd pidentd pmf sup tcp_wrapper tcpblast tkWWW tintin++ wais \ + wu-ftpd yale-tftpd .include <bsd.port.subdir.mk> |