diff options
author | tron <tron@pkgsrc.org> | 1999-05-30 21:38:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-30 21:38:47 +0000 |
commit | 85916ac0be1367d8ef1fa88f4d66e41e6632947d (patch) | |
tree | 8d943932a140adbbd072479c0144328219836564 /net | |
parent | 89401e0a9915a49225e3f33b700c595f72bfd59c (diff) | |
download | pkgsrc-85916ac0be1367d8ef1fa88f4d66e41e6632947d.tar.gz |
Add and enable "batchftp".
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 37a64a9d041..3db3533aade 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 1999/05/11 14:07:43 bad Exp $ +# $NetBSD: Makefile,v 1.69 1999/05/30 21:38:47 tron Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -7,6 +7,7 @@ SUBDIR += archie SUBDIR += arpwatch # SUBDIR += ascend-radius + SUBDIR += batchftp # SUBDIR += bb SUBDIR += beroftpd SUBDIR += bind4 |