diff options
author | 2002-06-05 19:59:02 +0000 | |
---|---|---|
committer | 2002-06-05 19:59:02 +0000 | |
commit | 39f603c6f8d51165ae3365f8fb039651dc9a74d1 (patch) | |
tree | f79defddc586bcce5067b9c716f7e5de70465014 | |
parent | ssh-add -x for lock and -X for unlocking the agent. (diff) | |
download | wireguard-openbsd-39f603c6f8d51165ae3365f8fb039651dc9a74d1.tar.xz wireguard-openbsd-39f603c6f8d51165ae3365f8fb039651dc9a74d1.zip |
document "print-depends" target; ok espie
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index eeb4e124582..86e16cb2fd5 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.69 2002/05/13 00:45:09 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.70 2002/06/05 19:59:02 pvalchev Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -231,6 +231,8 @@ exists, the files described under .Ev PATCH_LIST will be applied under .Ev WRKDIST . +.It Ar print-depends +Print all dependencies for the given port. .It Ar rebuild Force rebuild of the port. .It Ar regress |