From: Ben Gras Date: Wed, 8 May 2013 13:05:27 +0000 (+0000) Subject: mk.conf: workaround for pkgin sourcing it X-Git-Tag: v3.3.0~990 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc-confgen.html?a=commitdiff_plain;h=7a0497feae991f349bbef714b3a9c4a509b1ec2f;p=minix.git mk.conf: workaround for pkgin sourcing it Change-Id: Ie01c5781ff3372d6415bc8878270002988320c56 --- diff --git a/etc/mk.conf b/etc/mk.conf index f8ea31c88..e9d0c4a05 100644 --- a/etc/mk.conf +++ b/etc/mk.conf @@ -1,5 +1,5 @@ MAKEVERBOSE?= 1 -.ifdef BSD_PKG_MK +.if defined(BSD_PKG_MK) && "${PROG:U}" != "pkgin" .error Please use bmake for pkgsrc instead of the base system make. .endif