diff options
author | cjs <cjs@pkgsrc.org> | 2002-08-05 08:49:00 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2002-08-05 08:49:00 +0000 |
commit | 818a52ae862cc96200e056e540b1f90dc14596f9 (patch) | |
tree | f1bfd91670f28c3a63fb38eb95eb67e4803cf1d2 /net | |
parent | fd63c5908167567293f4a76bebe25bb16348f140 (diff) | |
download | pkgsrc-818a52ae862cc96200e056e540b1f90dc14596f9.tar.gz |
Add nprobe and pscan.
Diffstat (limited to 'net')
-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 |