mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
Use .PATH instead of VPATH.
Fix typo in man-page: man-section is 8.
This commit is contained in:
parent
87d4861cc5
commit
fa5dbec89f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105523
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user