diff options
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 0cb0f7d5361..47e3b71557d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.395 2003/08/07 08:19:58 wiz Exp $ +# $NetBSD: Makefile,v 1.396 2003/08/11 15:02:39 drochner Exp $ # COMMENT= Networking tools @@ -222,6 +222,7 @@ SUBDIR+= py-ORBit SUBDIR+= py-adns SUBDIR+= py-dns SUBDIR+= py-google +SUBDIR+= py-mimelib SUBDIR+= py-soaplib SUBDIR+= py-soappy SUBDIR+= py-xmlrpclib |