diff options
author | 2012-05-28 09:51:17 +0000 | |
---|---|---|
committer | 2012-05-28 09:51:17 +0000 | |
commit | a2be29c26918fbea1b9638c9fd3536b7a618f4f9 (patch) | |
tree | 07dc31f3a92b0010231fff38636e5930bb5cc14f | |
parent | document removal of make readmes (diff) | |
download | wireguard-openbsd-a2be29c26918fbea1b9638c9fd3536b7a618f4f9.tar.xz wireguard-openbsd-a2be29c26918fbea1b9638c9fd3536b7a618f4f9.zip |
document no-lib-depends-args
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e858dddfdbb..75260985ca5 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.337 2012/05/28 09:43:47 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.338 2012/05/28 09:51:17 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -414,6 +414,12 @@ Debug target: generate the makefile fragment and use it to fetch files, see .Xr mirroring-ports 7 . +.It Ar no-lib-depends-args +Degenerate form of +.Ar lib-depends-args +that does not do anthing. +See +.Ar print-package-args . .It Ar no-wantlib-args Degenerate form of .Ar wantlib-args |