diff options
author | cjs <cjs> | 2002-08-05 08:49:00 +0000 |
---|---|---|
committer | cjs <cjs> | 2002-08-05 08:49:00 +0000 |
commit | 76aecb121c2509f0771074ebcb4bce8976296434 (patch) | |
tree | f1bfd91670f28c3a63fb38eb95eb67e4803cf1d2 /net/Makefile | |
parent | a0d389c8c76c49b0187b7e19ec014c9451c314fb (diff) | |
download | pkgsrc-76aecb121c2509f0771074ebcb4bce8976296434.tar.gz |
Add nprobe and pscan.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 72cba7b9cd1..18af8bfb7f9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.326 2002/08/03 10:30:05 itojun Exp $ +# $NetBSD: Makefile,v 1.327 2002/08/05 08:49:00 cjs Exp $ # COMMENT= Networking tools @@ -141,6 +141,7 @@ SUBDIR+= nidentd SUBDIR+= nmap SUBDIR+= nmapfe SUBDIR+= nocol +SUBDIR+= nprobe SUBDIR+= nsca SUBDIR+= nsd SUBDIR+= nslint @@ -183,6 +184,7 @@ SUBDIR+= ppp SUBDIR+= ppp-mppe SUBDIR+= pptp SUBDIR+= proftpd +SUBDIR+= pscan SUBDIR+= publicfile SUBDIR+= pureftpd SUBDIR+= pxe |