mk.conf: workaround for pkgin sourcing it

Change-Id: Ie01c5781ff3372d6415bc8878270002988320c56
This commit is contained in:
Ben Gras 2013-05-08 13:05:27 +00:00
parent e35821b207
commit 7a0497feae
1 changed files with 1 additions and 1 deletions

View 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