xref: /freebsd/usr.bin/bmake/Makefile.inc (revision 298cf604ccf133b101c6fad42d1a078a1fac58ca)
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
14.if ${MK_SHARED_TOOLCHAIN} == "no"
15NO_SHARED?=     YES
16.endif
17
18WARNS=3
19