Use .PATH instead of VPATH.

Fix typo in man-page: man-section is 8.
This commit is contained in:
Poul-Henning Kamp 2002-10-20 15:02:26 +00:00
parent 87d4861cc5
commit fa5dbec89f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105523
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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.