]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/bmake/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / bmake / Makefile.inc
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 # 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)
13 MK_BMAKE= yes
14 .endif
15
16 .if defined(MK_BMAKE) && ${MK_BMAKE} != "no"
17 PROG= make
18 .endif
19
20 .if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
21 NO_SHARED?=     YES
22 .endif
23
24 WARNS=3
25 CFLAGS+= -DNO_PWD_OVERRIDE