diff options
author | ache <ache@FreeBSD.org> | 1994-11-04 18:14:39 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-04 18:14:39 +0800 |
commit | b93eadb7f641108cce2018d093942523fe6c00b9 (patch) | |
tree | c6079985f4b0e271836102fdccd2fccb2d944a53 /net/Makefile | |
parent | 7f35580c55f397fd7a80a5d254ea106bb52625fe (diff) | |
download | freebsd-ports-gnome-b93eadb7f641108cce2018d093942523fe6c00b9.tar.gz freebsd-ports-gnome-b93eadb7f641108cce2018d093942523fe6c00b9.tar.zst freebsd-ports-gnome-b93eadb7f641108cce2018d093942523fe6c00b9.zip |
ncftp2 added
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 4e348599cf7b..4bba8b9d6f43 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.11 1994/10/29 22:21:26 pst Exp $ +# $Id: Makefile,v 1.12 1994/11/01 22:36:35 torstenb Exp $ # # XXX ncftp moved to core distribution # -SUBDIR= archie cern_httpd chimera dgd gn irc ircII pcnfsd pidentd \ +SUBDIR= archie cern_httpd chimera dgd gn irc ircII ncftp2 pcnfsd pidentd \ pmf sup tcpblast wais wu-ftpd yale-tftpd tcp_wrapper .include <bsd.port.subdir.mk> |