xref: /freebsd/usr.bin/bmake/Makefile.inc (revision 9a41df2a0e6408e9b329bbd8b9e37c2b44461a1b)
1# $FreeBSD$
2
3.include "bsd.own.mk"
4
5.if defined(.PARSEDIR)
6# make sure this is available to unit-tests/Makefile
7.export SRCTOP
8.endif
9
10.if ${MK_BMAKE} != "no"
11PROG= make
12.endif
13
14WARNS=3
15