diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-16 22:46:35 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-16 22:46:35 +0000 |
commit | ddf46a828720256396a716c02c673b164604a3d4 (patch) | |
tree | 696bba93b91af2fe9f4daeefdf2c5d63d957c69f /net/Makefile | |
parent | Import of ftpfind 0.92: (diff) |
Activate ftpfind.
Notes
Notes:
svn path=/head/; revision=10200
Diffstat (limited to '')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 8bb369bddd5d..d0f8afa60bcf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.146 1998/03/08 04:50:57 ache Exp $ +# $Id: Makefile,v 1.147 1998/03/15 20:09:35 steve Exp $ # SUBDIR += archie @@ -25,6 +25,7 @@ SUBDIR += fping SUBDIR += freewais-sf SUBDIR += fspclient + SUBDIR += ftpfind SUBDIR += ftpsearch SUBDIR += ftptool SUBDIR += gated |