# $FreeBSD: head/usr.bin/bmake/Makefile.inc 265448 2014-05-06 14:33:18Z imp $ .sinclude .if defined(.PARSEDIR) # make sure this is available to unit-tests/Makefile .export SRCTOP .endif PROG= make .if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no" NO_SHARED?= YES .endif WARNS=3 CFLAGS+= -DNO_PWD_OVERRIDE