diff options
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index d2e9ff42fd8..7690ee9eb87 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.498 2004/10/11 16:52:33 abs Exp $ +# $NetBSD: Makefile,v 1.499 2004/10/11 22:01:06 salo Exp $ # COMMENT= Networking tools @@ -287,6 +287,8 @@ 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 @@ -407,7 +409,5 @@ SUBDIR+= ytalk SUBDIR+= ytalk-x11 SUBDIR+= ywho SUBDIR+= zebra -SUBDIR+= pygopherd -SUBDIR+= pyslsk .include "../mk/bsd.pkg.subdir.mk" |