diff options
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 2664aaa7015..6452cf121a9 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/04/19 19:58:57 tron Exp $ +# $NetBSD: Makefile,v 1.19 1999/04/19 20:11:07 tron Exp $ # # Note to package maintainers: @@ -20,7 +20,9 @@ LOCALBASE= /usr PREFIX= ${LOCALBASE} WRKSRC= ${WRKDIR}/pkg_install MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man NOLINT=1 +NO_CONFIGURE= yes NO_MTREE= yes +NO_PATCH= yes NO_PKG_REGISTER= yes NO_PACKAGE= No package registration is done |