diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-12-11 21:30:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-12-11 21:30:56 +0000 |
commit | 2592dbd1a1ee754c116f5deb8af416e648b5adaf (patch) | |
tree | 130ae11a4aef6759a505a39032ef880cba058856 /share | |
parent | 7259aa114d9dcd90aa6356b83185f41adf5509af (diff) |
document regress-dir-depends, after some prodding by janus.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 0af251caaa7..4bd509c76e0 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.184 2006/12/01 17:49:38 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.185 2006/12/11 21:30:55 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -59,9 +59,9 @@ the system is covered by instead. .Sh TARGETS .Bl -tag -width do-configure -.It Ar {build,run,all}-dir-depends -Print all dependencies for a port in order to build it, run it, -or both. +.It Ar {build,run,all,regress}-dir-depends +Print all dependencies for a port in order to build it, run it, build and +run it, or to run regression tests. The output is formatted as package specification pairs, in a form suitable for .Xr tsort 1 . |