diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-13 08:33:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-13 08:33:25 +0000 |
commit | 07fa19f33bfd405563739a6e36525f98b4607b44 (patch) | |
tree | 3b1c09fa1fa9bd890a3ade78b4fe9c9db5c57c28 /net | |
parent | 920b47ad87618b719712ef16631c92665ae2ffd9 (diff) | |
download | pkgsrc-07fa19f33bfd405563739a6e36525f98b4607b44.tar.gz |
Add nload.
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 8d69f8c1e75..ce1eda1137e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.588 2005/11/07 11:36:22 martti Exp $ +# $NetBSD: Makefile,v 1.589 2005/11/13 08:33:25 minskim Exp $ # COMMENT= Networking tools @@ -218,6 +218,7 @@ SUBDIR+= netsaint-plugins SUBDIR+= ngrep SUBDIR+= nicotine SUBDIR+= nidentd +SUBDIR+= nload SUBDIR+= nmap SUBDIR+= nmapfe SUBDIR+= nocol |