diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-20 18:52:18 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-20 18:52:18 +0000 |
commit | c493aad46d0487974b57d5d932901893a5fe1a73 (patch) | |
tree | 24ea01ce74b32420c2243aa919e27b57cc93148d /net/Makefile | |
parent | 9a91b4337717022024c2549471e95ba6d40fa6a6 (diff) | |
download | ports-c493aad46d0487974b57d5d932901893a5fe1a73.tar.gz ports-c493aad46d0487974b57d5d932901893a5fe1a73.zip |
Add ncftp to SUBDIRs
Notes
Notes:
svn path=/head/; revision=3263
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index bac08ee3b385..913197814e09 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.69 1996/05/04 02:49:38 asami Exp $ +# $Id: Makefile,v 1.70 1996/06/19 20:09:49 adam Exp $ # SUBDIR += archie @@ -17,6 +17,7 @@ SUBDIR += ivs SUBDIR += mirror SUBDIR += moxftp + SUBDIR += ncftp SUBDIR += ncftp2 SUBDIR += nv SUBDIR += pcnfsd |