diff options
Diffstat (limited to 'net/speedtouch/Makefile')
-rw-r--r-- | net/speedtouch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/speedtouch/Makefile b/net/speedtouch/Makefile index 1981eb247fd..8848a15143b 100644 --- a/net/speedtouch/Makefile +++ b/net/speedtouch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/19 09:04:19 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/28 22:03:56 jlam Exp $ # DISTNAME= speedtouch-1.1 @@ -13,6 +13,7 @@ COMMENT= Alcatel SpeedTouch USB ADSL modem driver DEPENDS+= userppp-001107:../../net/userppp +USE_PKGINSTALL= yes GNU_CONFIGURE= yes RCD_SCRIPTS= adsl @@ -20,5 +21,4 @@ RCD_SCRIPTS= adsl post-install: ${INSTALL_DATA} ${WRKDIR}/mgmt/mgmt.o ${PREFIX}/libdata/alcaudsl.sys -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |