minix/etc/make.conf
2012-11-19 09:25:03 +00:00

8 lines
156 B
Plaintext

# which architecture to compile for
ARCH=i386
MAKEVERBOSE?= 1
.ifdef BSD_PKG_MK
.error Please use bmake for pkgsrc instead of the base system make.
.endif