summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2019-12-21 15:25:13 +0000
committerMarc Espie <espie@cvs.openbsd.org>2019-12-21 15:25:13 +0000
commit391e9419c2cf5c257ddf500eeb13411d2393f4ce (patch)
tree1aea22a9b77a47b5021ae5914201ea42a18a8199
parent7d09ab9b8befdc71207ad220cfebffb0eae8312a (diff)
The man page actually didn't explain its main parameters!
fix glaring omission okay schwarze@, jmc@
-rw-r--r--usr.bin/make/make.115
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 167558c1af6..e751d557086 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.129 2019/08/22 19:37:30 espie Exp $
+.\" $OpenBSD: make.1,v 1.130 2019/12/21 15:25:12 espie Exp $
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: August 22 2019 $
+.Dd $Mdocdate: December 21 2019 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -80,6 +80,17 @@ is a
.Bx
extension.
.Pp
+If a list of
+.Ar target ...
+is specified,
+.Nm
+will build those targets.
+Otherwise a default target will be built:
+either a target explicitly marked with
+.Ic .MAIN
+or the first target encountered in the
+.Em makefile .
+.Pp
Standard options are as follows:
.Bl -tag -width Ds
.It Fl e