minix/etc/mk.conf
Ben Gras 7a0497feae mk.conf: workaround for pkgin sourcing it
Change-Id: Ie01c5781ff3372d6415bc8878270002988320c56
2013-05-16 11:13:00 +00:00

6 lines
142 B
Plaintext

MAKEVERBOSE?= 1
.if defined(BSD_PKG_MK) && "${PROG:U}" != "pkgin"
.error Please use bmake for pkgsrc instead of the base system make.
.endif