summaryrefslogtreecommitdiffstats
path: root/sbin/gbde/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/gbde/Makefile')
-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