diff options
author | rh <rh> | 2001-08-06 09:47:29 +0000 |
---|---|---|
committer | rh <rh> | 2001-08-06 09:47:29 +0000 |
commit | ea8535f5c2a3358ce98671b29acf1679bbc85379 (patch) | |
tree | 6c229e533de92d42df12b68d789412ab2ccb6095 /net/Makefile | |
parent | 6f1da277e711ec7e1a132f44e7e3c6b4e07fc4da (diff) | |
download | pkgsrc-ea8535f5c2a3358ce98671b29acf1679bbc85379.tar.gz |
Add and enable pxe
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 14fd9ae9be6..c8f66f15e71 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.237 2001/08/03 13:25:10 jlam Exp $ +# $NetBSD: Makefile,v 1.238 2001/08/06 09:47:29 rh Exp $ # COMMENT= Networking tools @@ -129,6 +129,7 @@ SUBDIR+= poptop SUBDIR+= ppp SUBDIR+= ppp-mppe SUBDIR+= pptp +SUBDIR+= pxe SUBDIR+= py-soaplib SUBDIR+= py-xmlrpclib SUBDIR+= ra-pna-proxy |