summaryrefslogtreecommitdiffstats
path: root/sbin/gbde
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-30 04:17:22 +0000
committerngie <ngie@FreeBSD.org>2017-05-30 04:17:22 +0000
commit3d65b38935322eeafe1144f25e11a24abbede0cd (patch)
treeae85ec397f2e7c39107c20ab37b968745d99dda0 /sbin/gbde
parent2a14abb0b39bdf34ad6ee24df9983b7936459841 (diff)
downloadFreeBSD-src-3d65b38935322eeafe1144f25e11a24abbede0cd.zip
FreeBSD-src-3d65b38935322eeafe1144f25e11a24abbede0cd.tar.gz
MFC r314655:
bin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output
Diffstat (limited to 'sbin/gbde')
-rw-r--r--sbin/gbde/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile
index 2e5dc81..dcc034f 100644
--- a/sbin/gbde/Makefile
+++ b/sbin/gbde/Makefile
@@ -13,10 +13,10 @@ SRCS+= g_bde_lock.c
NO_WCAST_ALIGN=
NO_WMISSING_VARIABLE_DECLARATIONS=
-CFLAGS+= -I${.CURDIR}/../../sys
-.PATH: ${.CURDIR}/../../sys/geom/bde \
- ${.CURDIR}/../../sys/crypto/rijndael \
- ${.CURDIR}/../../sys/crypto/sha2
+CFLAGS+= -I${SRCTOP}/sys
+.PATH: ${SRCTOP}/sys/geom/bde \
+ ${SRCTOP}/sys/crypto/rijndael \
+ ${SRCTOP}/sys/crypto/sha2
CLEANFILES+= template.c
OpenPOWER on IntegriCloud