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 2018-10-25 21:08:15 +00:00
parent 18f565a41a
commit 21add28404

View File

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