diff options
Diffstat (limited to 'net/userppp')
-rw-r--r-- | net/userppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/userppp/Makefile b/net/userppp/Makefile index 19de1a15dec..1fd09784e6b 100644 --- a/net/userppp/Makefile +++ b/net/userppp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/08/12 12:14:40 agc Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/28 22:03:57 jlam Exp $ DISTNAME= ppp-001107.src PKGNAME= userppp-001107 @@ -27,7 +27,7 @@ post-patch: USERPPP_GROUP?= network BUILD_DEFS+= USERPPP_GROUP +USE_PKGINSTALL= yes PKG_GROUPS= ${USERPPP_GROUP} -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |