summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake/Makefile.inc
blob: 7b5f54598a090d3eb7240113654e39bbe068dba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$ 

# we need the up to date bsd.own.mk
.if ${.CURDIR:M*make} == ""
.sinclude "share/mk/bsd.own.mk"
.else
.sinclude "../../share/mk/bsd.own.mk"
.endif
# the above should have found it...
.include "bsd.own.mk"

.if defined(.PARSEDIR)
# make sure this is available to unit-tests/Makefile
.export SRCTOP
.endif

.if defined(MK_BMAKE) && ${MK_BMAKE} != "no"
PROG= make
.endif

.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
NO_SHARED?=     YES
.endif

WARNS=3
CFLAGS+= -DNO_PWD_OVERRIDE
OpenPOWER on IntegriCloud