diff options
author | abs <abs@pkgsrc.org> | 2004-10-11 16:52:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-10-11 16:52:33 +0000 |
commit | 118777df811d70070159b3472afd6b33cc1291f8 (patch) | |
tree | 6f30de731d268898de13a7d9d64e8e67cd2062d5 /net/Makefile | |
parent | c12846d533641311fd3f76826800b8e1e3168c6d (diff) | |
download | pkgsrc-118777df811d70070159b3472afd6b33cc1291f8.tar.gz |
Add whoson, sort
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index 49219cc5aef..d2e9ff42fd8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.497 2004/10/09 20:48:31 mjl Exp $ +# $NetBSD: Makefile,v 1.498 2004/10/11 16:52:33 abs Exp $ # COMMENT= Networking tools @@ -287,8 +287,6 @@ SUBDIR+= py-twisted SUBDIR+= py-twisted-docs SUBDIR+= py-xmlrpclib SUBDIR+= py-zsi -SUBDIR+= pygopherd -SUBDIR+= pyslsk SUBDIR+= qadsl SUBDIR+= quagga SUBDIR+= ra-pna-proxy @@ -384,6 +382,7 @@ SUBDIR+= wap-utils SUBDIR+= waste SUBDIR+= wget SUBDIR+= whatmask +SUBDIR+= whoson SUBDIR+= wimon SUBDIR+= wistumbler SUBDIR+= wistumbler2 @@ -408,5 +407,7 @@ SUBDIR+= ytalk SUBDIR+= ytalk-x11 SUBDIR+= ywho SUBDIR+= zebra +SUBDIR+= pygopherd +SUBDIR+= pyslsk .include "../mk/bsd.pkg.subdir.mk" |