From 1ba64d0550d8a7700320d5431021c11a0ecd2a2e Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Mon, 14 Apr 2014 17:04:14 +0200 Subject: [PATCH] devel/mk-configure --- devel/mk-configure/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/mk-configure/Makefile b/devel/mk-configure/Makefile index 3e409d2fb..9627fd003 100644 --- a/devel/mk-configure/Makefile +++ b/devel/mk-configure/Makefile @@ -38,6 +38,9 @@ post-install: .include "../../mk/bsd.prefs.mk" CHECK_PERMS_SKIP= */foobar.in */hello_world3.in */prog1.awk.in +.if ${OPSYS} == "NetBSD" && ${OS_VARIANT} == Minix +MAKE_ENV+= OPSYS=Minix MANGRP=operator BINGRP=operator +.endif .if ${OPSYS} == SunOS && exists(/usr/xpg4/bin/awk) REPLACE_INTERPRETER+= awk