diff options
author | seb <seb@pkgsrc.org> | 2007-07-29 21:36:10 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-07-29 21:36:10 +0000 |
commit | 21b115c7d34725677178a2ecfa2304409c8a90e7 (patch) | |
tree | 46bd3edf6a8f72bac61fa6fd68781acdedea6fcf /net/Makefile | |
parent | bdd2a54ff27b88f1497cdd5645a755997430e649 (diff) | |
download | pkgsrc-21b115c7d34725677178a2ecfa2304409c8a90e7.tar.gz |
Add & enable nfdump
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index c0f12b5d1e5..48d239481b2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.674 2007/07/29 07:00:59 obache Exp $ +# $NetBSD: Makefile,v 1.675 2007/07/29 21:36:10 seb Exp $ # COMMENT= Networking tools @@ -240,6 +240,7 @@ SUBDIR+= netsaint-base SUBDIR+= netsaint-plugin-cluster SUBDIR+= netsaint-plugin-snmp SUBDIR+= netsaint-plugins +SUBDIR+= nfdump SUBDIR+= ngrep SUBDIR+= nicotine SUBDIR+= nidentd |