diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:06:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:06:57 +0000 |
commit | 60ad86155b401a01e64b933035cd952dee4f3481 (patch) | |
tree | 3cd09fed8b4ddae19ad530e63e3f9339164f048a /sysutils/extipl/Makefile | |
parent | b833e26d8aa703b7c73b02d9de6cedf56c66bc0c (diff) | |
download | pkgsrc-60ad86155b401a01e64b933035cd952dee4f3481.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'sysutils/extipl/Makefile')
-rw-r--r-- | sysutils/extipl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile index 16b4e2c40ce..56e8d571ead 100644 --- a/sysutils/extipl/Makefile +++ b/sysutils/extipl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:26:15 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $ # DISTNAME= extipl-5.04 @@ -12,6 +12,6 @@ COMMENT= IPL compatible OS boot selector BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src -USE_GMAKE= #defined +USE_GNU_TOOLS+= make .include "../../mk/bsd.pkg.mk" |