1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-02 17:08:56 +00:00

Include src.opts.mk since we don't include modules.inc here.

This commit is contained in:
Simon J. Gerraty 2014-11-19 07:09:14 +00:00
parent 9268022b74
commit cffbea9c95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=274692

View File

@ -176,6 +176,8 @@ ADD_HEADERS= security/pam_mod_misc.h
INCS= ${HEADERS} ${ADD_HEADERS}
INCSDIR= ${INCLUDEDIR}/security
.include <src.opts.mk>
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif