freebsd-skq/usr.bin/bmake/Makefile.inc
2012-10-16 15:43:16 +00:00

15 lines
187 B
Makefile

# $FreeBSD$
.include "bsd.own.mk"
.if defined(.PARSEDIR)
# make sure this is available to unit-tests/Makefile
.export SRCTOP
.endif
.if ${MK_BMAKE} != "no"
PROG= make
.endif
WARNS=3