summaryrefslogtreecommitdiffstats
path: root/sbin/gbde
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-21 05:25:02 +0000
committerphk <phk@FreeBSD.org>2002-10-21 05:25:02 +0000
commitc3675872ba169579604baac393492ee7b66bc8bb (patch)
tree5d9512f9eb20fb75740a0696e5c2dab90def73dc /sbin/gbde
parent01eea6032fd761341cda053535b64a6fd1c0bbfd (diff)
downloadFreeBSD-src-c3675872ba169579604baac393492ee7b66bc8bb.zip
FreeBSD-src-c3675872ba169579604baac393492ee7b66bc8bb.tar.gz
I overlooked an absolute path.
Submitted by: Henric Jungheim <henric@attbi.com>
Diffstat (limited to 'sbin/gbde')
-rw-r--r--sbin/gbde/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile
index 2cd15ad..87488e0 100644
--- a/sbin/gbde/Makefile
+++ b/sbin/gbde/Makefile
@@ -7,7 +7,7 @@ SRCS+= rijndael-alg-fst.c
SRCS+= rijndael-api-fst.c
SRCS+= g_bde_lock.c
-CFLAGS+= -I/sys
+CFLAGS+= -I${.CURDIR}/../../sys
.PATH: ${.CURDIR}/../../sys/geom ${.CURDIR}/../../sys/geom/bde \
${.CURDIR}/../../sys/crypto/rijndael
OpenPOWER on IntegriCloud