summaryrefslogtreecommitdiffstats
path: root/sbin/gbde/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-20 15:02:26 +0000
committerphk <phk@FreeBSD.org>2002-10-20 15:02:26 +0000
commite85306f14c5f0ad7691bbe4c9dbf1fe1766b1018 (patch)
tree0a02971e304dc5ca9b4ef64e343233c347e6d982 /sbin/gbde/Makefile
parentbf0258986360761fc6d110f8b7fa172c9bd8aeec (diff)
downloadFreeBSD-src-e85306f14c5f0ad7691bbe4c9dbf1fe1766b1018.zip
FreeBSD-src-e85306f14c5f0ad7691bbe4c9dbf1fe1766b1018.tar.gz
Use .PATH instead of VPATH.
Fix typo in man-page: man-section is 8.
Diffstat (limited to 'sbin/gbde/Makefile')
-rw-r--r--sbin/gbde/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile
index f23ca62..2cd15ad 100644
--- a/sbin/gbde/Makefile
+++ b/sbin/gbde/Makefile
@@ -8,7 +8,8 @@ SRCS+= rijndael-api-fst.c
SRCS+= g_bde_lock.c
CFLAGS+= -I/sys
-VPATH += ${.CURDIR}/../../sys/geom:${.CURDIR}/../../sys/geom/bde:${.CURDIR}/../../sys/crypto/rijndael
+.PATH: ${.CURDIR}/../../sys/geom ${.CURDIR}/../../sys/geom/bde \
+ ${.CURDIR}/../../sys/crypto/rijndael
CLEANFILES+= template.c
OpenPOWER on IntegriCloud