Makefile.inc revision 243115
1# $FreeBSD: head/usr.bin/bmake/Makefile.inc 243115 2012-11-16 01:37:25Z sjg $ 
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