summaryrefslogtreecommitdiffstats
path: root/sbin/gbde
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
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')
-rw-r--r--sbin/gbde/Makefile3
-rw-r--r--sbin/gbde/gbde.82
2 files changed, 3 insertions, 2 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
diff --git a/sbin/gbde/gbde.8 b/sbin/gbde/gbde.8
index bc5b29c..f11d14b 100644
--- a/sbin/gbde/gbde.8
+++ b/sbin/gbde/gbde.8
@@ -36,7 +36,7 @@
.\"
.Dd October 19, 2002
.Os
-.Dt gbde 9
+.Dt gbde 8
.Sh NAME
.Nm gbde
.Nd Operation and management utility for Geom Based Disk Encryption.
OpenPOWER on IntegriCloud