mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
59a02420d8
Also pay attention to MK_SHARED_TOOLCHAIN. Approved by: marcel (mentor)
19 lines
250 B
Makefile
19 lines
250 B
Makefile
# $FreeBSD$
|
|
|
|
.include "bsd.own.mk"
|
|
|
|
.if defined(.PARSEDIR)
|
|
# make sure this is available to unit-tests/Makefile
|
|
.export SRCTOP
|
|
.endif
|
|
|
|
.if ${MK_BMAKE} != "no"
|
|
PROG= make
|
|
.endif
|
|
|
|
.if ${MK_SHARED_TOOLCHAIN} == "no"
|
|
NO_SHARED?= YES
|
|
.endif
|
|
|
|
WARNS=3
|