]> Zhao Yanbai Git Server - minix.git/commitdiff
mk.conf: workaround for pkgin sourcing it 42/542/2
authorBen Gras <ben@minix3.org>
Wed, 8 May 2013 13:05:27 +0000 (13:05 +0000)
committerBen Gras <ben@minix3.org>
Thu, 16 May 2013 11:13:00 +0000 (11:13 +0000)
Change-Id: Ie01c5781ff3372d6415bc8878270002988320c56

etc/mk.conf

index f8ea31c882db2e6633e244341b0ffe81c202574c..e9d0c4a0582f39d152132bb90896eda6b48d5709 100644 (file)
@@ -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