diff options
author | 2004-08-03 08:05:05 +0000 | |
---|---|---|
committer | 2004-08-03 08:05:05 +0000 | |
commit | e0226f760362478f38aee099c2bce6f2ec676ad2 (patch) | |
tree | 8cf36bc7d1f0bc0cfec1abc2b4b0170f3a2f959b | |
parent | When accessing device nodes over nfs, do not trim major and minor numbers (diff) | |
download | wireguard-openbsd-e0226f760362478f38aee099c2bce6f2ec676ad2.tar.xz wireguard-openbsd-e0226f760362478f38aee099c2bce6f2ec676ad2.zip |
document SHARED_ONLY
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 953737e4054..06b13b76562 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.145 2004/07/20 10:31:21 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.146 2004/08/03 08:05:05 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1401,6 +1401,10 @@ Wipe ${WRKBUILD} to start anew, but skipping the extract/patch stage. Set to .Sq flavored if distinct flavors of the port may share a common source tree. +.It Ev SHARED_ONLY +Set to +.Sq Yes +if port can only be built on architectures with shared libraries. .It Ev SUBPACKAGE Set to the sub package suffix when building a package in a multi-package port. Read-only. |