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:
parent
18f565a41a
commit
21add28404
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
.if exists(${.CURDIR}/${MACHINE_ARCH})
|
||||
SUBDIR+= ${MACHINE_ARCH}
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user