diff options
author | agc <agc> | 2010-11-29 07:26:16 +0000 |
---|---|---|
committer | agc <agc> | 2010-11-29 07:26:16 +0000 |
commit | 3deb0bbc2dd133b540fbb47fe27d273dcdc26237 (patch) | |
tree | f14a24240deb34fb648f69f8b490975e4ec811c8 | |
parent | b776ca03aabe33bf18a5932ff36a5f9047505e03 (diff) | |
download | pkgsrc-3deb0bbc2dd133b540fbb47fe27d273dcdc26237.tar.gz |
Add and enable modpcap
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index f2f62188e57..22c1686e90b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.856 2010/10/19 12:06:53 wiz Exp $ +# $NetBSD: Makefile,v 1.857 2010/11/29 07:26:16 agc Exp $ # COMMENT= Networking tools @@ -252,6 +252,7 @@ SUBDIR+= miredo SUBDIR+= mirror SUBDIR+= mldonkey SUBDIR+= mldonkey-gui +SUBDIR+= modpcap SUBDIR+= mono-nat SUBDIR+= monotorrent SUBDIR+= monsoon |