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.if ${MK_BMAKE} != "no" 11PROG= make 12.endif 13 14WARNS=3 15