minix/etc/make.conf
Ben Gras 9ef5859996 take pkgsrc.conf out of the base system.
. use bmake for pkgsrc instead, reads mk.conf from /usr/pkg/etc/mk.conf
  . tracking bmake from pkgsrc eases tracking pkgsrc
  . further disentangles pkgsrc from base system, reducing maintenance
    burden of pkgsrc
2011-02-10 15:05:18 +00:00

7 lines
140 B
Plaintext

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