colrm(1): Capsicumise
[freebsd/src.git] / usr.bin / bmake / Makefile.inc
blob5140bd18bb3791d0994d404b2fdef71161056b8e
1 # we do not need this
2 MK_host_egacy= no
4 .sinclude <src.opts.mk>
6 .if defined(.PARSEDIR)
7 # make sure this is available to unit-tests/Makefile
8 .export SRCTOP
9 .endif
11 .if exists(${.CURDIR}/tests)
12 PROG= make
13 .if ${PROGNAME:U} != "bmake"
14 LINKS= ${BINDIR}/make ${BINDIR}/bmake
15 MLINKS= ${MAN} b${MAN}
16 .endif
17 .endif
19 # hack to not add tests to tests subdir since this is included from
20 # there and to avoid renaming things that require changes to generated
21 # files.
22 .if defined(MK_TESTS) && ${MK_TESTS} != no && exists(${.CURDIR}/tests)
23 SUBDIR+= tests
24 .endif
26 WARNS?=3
27 CFLAGS+= -DNO_PWD_OVERRIDE
29 .if make(after-import)
30 # use our preferred value
31 DEFAULT_SYS_PATH= .../share/mk:/usr/share/mk
32 .export DEFAULT_SYS_PATH
33 .endif
35 .if ${MACHINE} != "host"
36 FILEMON_H ?= ${SRCTOP}/sys/dev/filemon/filemon.h
37 .endif