Add missing includes of src.opts.mk

Without this "SUBDIR.${MK_TESTS}=tests" would always expand to
"SUBDIR.=tests" resulting in the tests not being built.

Sponsored by:	DARPA
This commit is contained in:
Brooks Davis 2020-11-16 17:20:35 +00:00
parent dea8594f19
commit 73734d6eb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367728
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# $FreeBSD$
.include <src.opts.mk>
ZFSTOP= ${SRCTOP}/sys/contrib/openzfs
.PATH: ${ZFSTOP}/cmd/ztest

View File

@ -2,6 +2,8 @@
# $FreeBSD$
#
.include <src.opts.mk>
OPENBSMDIR=${SRCTOP}/contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/praudit