diff options
author | ache <ache@FreeBSD.org> | 1994-11-07 17:33:24 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-07 17:33:24 +0000 |
commit | 0daaaacd154a2a367a1b2764bbe30900b22ebca4 (patch) | |
tree | 04c574f92d4a1c09c044ca5d9854acb3c0226a3b /net/Makefile | |
parent | 7f2681e48cf474f8eec056ad6f620dc9bde202cb (diff) | |
download | FreeBSD-ports-0daaaacd154a2a367a1b2764bbe30900b22ebca4.zip FreeBSD-ports-0daaaacd154a2a367a1b2764bbe30900b22ebca4.tar.gz |
fspclient added
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index 17b6596..7c44f8a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.13 1994/11/04 10:14:39 ache Exp $ +# $Id: Makefile,v 1.14 1994/11/06 10:25:02 ache Exp $ # # XXX ncftp moved to core distribution # -SUBDIR= archie cern_httpd chimera dgd gn irc ircII lynx ncftp2 pcnfsd \ - pidentd pmf sup tcpblast wais wu-ftpd yale-tftpd tcp_wrapper +SUBDIR= archie cern_httpd chimera dgd fspclient gn irc ircII lynx ncftp2 \ + pcnfsd pidentd pmf sup tcpblast wais wu-ftpd yale-tftpd tcp_wrapper .include <bsd.port.subdir.mk> |