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 | a7eccba17a01b0ec2c520adc0b2a1910c560eff3 (patch) | |
tree | 3b1c09fa1fa9bd890a3ade78b4fe9c9db5c57c28 /net | |
parent | 476282a1cafa09a57e7e28eacbb9c3aad42f192c (diff) | |
download | pkgsrc-a7eccba17a01b0ec2c520adc0b2a1910c560eff3.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 |