diff options
author | tron <tron> | 2001-06-14 14:45:49 +0000 |
---|---|---|
committer | tron <tron> | 2001-06-14 14:45:49 +0000 |
commit | 16ee0539e7649e7fa7eff86ea43002b32c82f2b7 (patch) | |
tree | f2d73a497ae593cfbbe31c58f0c332c525573641 /net | |
parent | 45da3331335bb7402d1ec217d8c1f8ac41d2f582 (diff) | |
download | pkgsrc-16ee0539e7649e7fa7eff86ea43002b32c82f2b7.tar.gz |
Add and enable "napshare".
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 188498edabd..09fabb2ef72 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.227 2001/06/09 10:53:07 wiz Exp $ +# $NetBSD: Makefile,v 1.228 2001/06/14 14:45:49 tron Exp $ # COMMENT= Networking tools @@ -80,6 +80,7 @@ SUBDIR+= mrt SUBDIR+= mrtg SUBDIR+= mtr SUBDIR+= nap +SUBDIR+= napshare SUBDIR+= ncftp2 SUBDIR+= ncftp3 SUBDIR+= neat |