diff options
author | 2006-12-23 15:30:28 +0000 | |
---|---|---|
committer | 2006-12-23 15:30:28 +0000 | |
commit | 9a8c9607384eb68842c28fb8ef980b146e85783d (patch) | |
tree | 1c4dd1e70cc8b7ef1460fecc324c133878cdfdad /share/man/man7 | |
parent | When compiling with gcc3, flag pool_get() as a malloc-like function, this (diff) | |
download | wireguard-openbsd-9a8c9607384eb68842c28fb8ef980b146e85783d.tar.xz wireguard-openbsd-9a8c9607384eb68842c28fb8ef980b146e85783d.zip |
mark regress as a top-level target, even though it's usually not run
by normal users.
Even your average src/ developers does not know about make regress, it
looks like ;-)
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 69ed1eeeb20..ff25b195c33 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.66 2006/12/05 11:11:36 bernd Exp $ +.\" $OpenBSD: ports.7,v 1.67 2006/12/23 15:30:28 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -297,6 +297,9 @@ is defined to .It Ar distclean Remove the port's distfile(s). This does not recurse to dependencies. +.It Ar regress +Runs the ports regression tests. +Usually needs a completed build. .It Ar reinstall Use this to restore a port after using .Xr pkg_delete 1 . |