diff options
author | 2004-09-16 20:04:22 +0000 | |
---|---|---|
committer | 2004-09-16 20:04:22 +0000 | |
commit | 34a09bdac5fd04d302c53c69ce466c0256228387 (patch) | |
tree | c454e20b2774e84d0f90051a02c4619088b948ce | |
parent | Correctly read the symbol table pointers passed by the boot code. (diff) | |
download | wireguard-openbsd-34a09bdac5fd04d302c53c69ce466c0256228387.tar.xz wireguard-openbsd-34a09bdac5fd04d302c53c69ce466c0256228387.zip |
document WRKCONF.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 927f1216f4a..5dd247b8a74 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.147 2004/09/15 19:05:29 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.148 2004/09/16 20:04:22 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1504,6 +1504,9 @@ to Subdirectory of ${WRKDIR} where the actual build occurs. Defaults to ${WRKSRC}, unless SEPARATE_BUILD is involved, in which case it is set to an appropriate value. +.It Ev WRKCONF +Subdirectory of ${WRKDIR} where the actual configure set occurs. +Defaults to ${WRKBUILD}. .It Ev WRKDIR Location where all port activity occurs. Apart from the actual port, may |