Makefile.inc revision 250722
1# $FreeBSD: head/usr.bin/bmake/Makefile.inc 250722 2013-05-16 22:35:33Z delphij $ 
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 defined(MK_BMAKE) && ${MK_BMAKE} != "no"
11PROG= make
12.endif
13
14.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
15NO_SHARED?=     YES
16.endif
17
18WARNS=3
19