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:
Warner Losh 2017-11-15 03:46:59 +00:00
parent eab9d0a85b
commit 9e45a31607
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325839

View File

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