summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 1d269a57c57..8b440525347 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2007/08/29 15:42:39 jlam Exp $
+# $NetBSD: Makefile,v 1.142 2007/09/08 21:57:59 jlam Exp $
# Notes to package maintainers:
#
@@ -31,6 +31,8 @@ USE_TOOLS+= pax:run tar:run gzcat:run
USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \
sed sort touch
+USE_FEATURES= nbcompat
+
SKIP_AUDIT_PACKAGES= yes
NO_PKGTOOLS_REQD_CHECK= yes
NO_CHECKSUM= yes
@@ -148,5 +150,4 @@ update:
${MAKE} ${UPDATE_TARGET}
${MAKE} clean
-.include "../../pkgtools/libnbcompat/inplace.mk"
.include "../../mk/bsd.pkg.mk"