Fix SYSDIR path. After the move, we need to chop off a couple ../ from

the prior definition. But a safer definition is SRCTOP/sys, so use
that.

Sponsored by: Netflix
This commit is contained in:
imp 2017-11-15 03:46:59 +00:00
parent 7fd8c5bc07
commit 7f8674a856

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SYSDIR?=${.CURDIR}/../../../..
SYSDIR?=${SRCTOP}/sys
test-dts:
.for dts in ${DTS}