Makefile.inc revision 267654
1# $FreeBSD: releng/9.3/usr.bin/bmake/Makefile.inc 263212 2014-03-15 23:51:28Z 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# Sadly, we cannot assume bsd.own.mk did its job,
11# nor can we safely include the one we want
12.if !defined(WITHOUT_BMAKE)
13MK_BMAKE= yes
14.endif
15
16.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
17NO_SHARED?=     YES
18.endif
19
20WARNS=3
21CFLAGS+= -DNO_PWD_OVERRIDE
22