summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/cwrappers/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/cwrappers/Makefile b/pkgtools/cwrappers/Makefile
index e0d519c76ba..cb7372d4570 100644
--- a/pkgtools/cwrappers/Makefile
+++ b/pkgtools/cwrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/10/06 15:38:57 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2014/11/24 00:31:03 joerg Exp $
PKGNAME= cwrappers-20100308
CATEGORIES= pkgtools sysutils
@@ -15,6 +15,9 @@ INSTALLATION_DIRS= libexec/cwrappers
.include "../../mk/bsd.prefs.mk"
+USE_CWRAPPERS:= no
+CHECK_PERMS= no
+
.if ${OPSYS} != "NetBSD" || !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
MAKE_ENV+= NEED_MI_VECTOR_HASH=1
.endif