summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tzsetup/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-30 07:29:18 +0000
committerngie <ngie@FreeBSD.org>2017-05-30 07:29:18 +0000
commitdf8c305fad793c3bd3bed838a1769396cbcf911a (patch)
tree15d3dbbc5000e5d3825fd02bc6e6e1960d06918b /usr.sbin/tzsetup/Makefile
parentd8f677d335aa48afa79c8e5827da4c308be9e648 (diff)
downloadFreeBSD-src-df8c305fad793c3bd3bed838a1769396cbcf911a.zip
FreeBSD-src-df8c305fad793c3bd3bed838a1769396cbcf911a.tar.gz
MFC r314463:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output.
Diffstat (limited to 'usr.sbin/tzsetup/Makefile')
-rw-r--r--usr.sbin/tzsetup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile
index d6867a8..1c8c2e5 100644
--- a/usr.sbin/tzsetup/Makefile
+++ b/usr.sbin/tzsetup/Makefile
@@ -9,7 +9,7 @@ CFLAGS+= -I.
.if ${MK_DIALOG} != no
WARNS?= 3
-CFLAGS+= -I${.CURDIR}/../../contrib/dialog -DHAVE_DIALOG
+CFLAGS+= -I${SRCTOP}/contrib/dialog -DHAVE_DIALOG
LIBADD= dialog ncursesw
.endif
OpenPOWER on IntegriCloud