mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
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:
parent
eab9d0a85b
commit
9e45a31607
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325839
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SYSDIR?=${.CURDIR}/../../../..
|
||||
SYSDIR?=${SRCTOP}/sys
|
||||
|
||||
test-dts:
|
||||
.for dts in ${DTS}
|
||||
|
Loading…
Reference in New Issue
Block a user