Add a missing include for src.opts.mk. Without it MK_TESTS isn't defined.

MFC with:	r339738
Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2018-10-25 21:08:15 +00:00
parent f07f1918ad
commit 812c4fa807
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339744

View File

@ -1,5 +1,7 @@
# $FreeBSD$
.include <src.opts.mk>
.if exists(${.CURDIR}/${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
.else