diff options
author | zuntum <zuntum> | 2001-09-16 22:52:57 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-09-16 22:52:57 +0000 |
commit | a55e0e97278f41f9d111f9f7dbaf1fb0c59464b7 (patch) | |
tree | 7da57c182b85313ec1715ef9dd1ca9d8f3b7f7b1 /net | |
parent | a9801ee530d5e4c1379069bd72f8d76989a34689 (diff) | |
download | pkgsrc-a55e0e97278f41f9d111f9f7dbaf1fb0c59464b7.tar.gz |
add & enable publicfile
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 80e259a700a..12a86d39a7b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.244 2001/08/30 23:32:44 wrstuden Exp $ +# $NetBSD: Makefile,v 1.245 2001/09/16 22:52:57 zuntum Exp $ # COMMENT= Networking tools @@ -133,6 +133,7 @@ SUBDIR+= poptop SUBDIR+= ppp SUBDIR+= ppp-mppe SUBDIR+= pptp +SUBDIR+= publicfile SUBDIR+= pxe SUBDIR+= py-soaplib SUBDIR+= py-xmlrpclib |