diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-26 04:29:58 +0800 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-26 04:29:58 +0800 |
commit | fc7b4c37d5f31fcbb0ff734f9000f3059e143051 (patch) | |
tree | fed467471d44cb979fd6864e32f5560cd195d97f /net | |
parent | c862ea308f910ddbea8c887dfc122ca91f5eb288 (diff) | |
download | freebsd-ports-gnome-fc7b4c37d5f31fcbb0ff734f9000f3059e143051.tar.gz freebsd-ports-gnome-fc7b4c37d5f31fcbb0ff734f9000f3059e143051.tar.zst freebsd-ports-gnome-fc7b4c37d5f31fcbb0ff734f9000f3059e143051.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> |