From 9e45a3160791ef86c6a6d720e247c1d07aee1365 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 15 Nov 2017 03:46:59 +0000 Subject: [PATCH] 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 --- sys/dts/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dts/Makefile.inc b/sys/dts/Makefile.inc index 4454755dc813..a62fd171edc6 100644 --- a/sys/dts/Makefile.inc +++ b/sys/dts/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -SYSDIR?=${.CURDIR}/../../../.. +SYSDIR?=${SRCTOP}/sys test-dts: .for dts in ${DTS}