diff options
author | rh <rh> | 2001-06-07 11:54:01 +0000 |
---|---|---|
committer | rh <rh> | 2001-06-07 11:54:01 +0000 |
commit | 712dc4f15e7fb9dcc4e9fd9a18d81861d0e38373 (patch) | |
tree | d41a1243642c24f1aa325f514b091ca216de5342 /net | |
parent | 326d70a04ece0eed704c96e806ad9f76e65175a5 (diff) | |
download | pkgsrc-712dc4f15e7fb9dcc4e9fd9a18d81861d0e38373.tar.gz |
Add and enable nslint
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 9888b57c29d..3ff88dc67b5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.225 2001/06/05 23:39:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.226 2001/06/07 11:54:01 rh Exp $ # COMMENT= Networking tools @@ -96,6 +96,7 @@ SUBDIR+= nmap SUBDIR+= nmapfe SUBDIR+= nocol SUBDIR+= nsca +SUBDIR+= nslint SUBDIR+= ntop SUBDIR+= ntp4 SUBDIR+= openh323 |