summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2017-07-10 11:25:45 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2017-07-10 11:25:45 +0000
commit79bfe9597c3a623e5611b1bb9e49a1bce9bbab2a (patch)
treed39cd96f9e09b96ee9cb8a729d51773b084e4192 /share/mk
parent09335ba67ba3bbfd27d62d27f6238677a626453f (diff)
two minor tweaks and two minor fixes; OK espie@
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.README14
1 files changed, 7 insertions, 7 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 2d3dd6cbe84..48a5e1e0201 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,8 +1,8 @@
-# $OpenBSD: bsd.README,v 1.70 2017/07/10 07:51:37 espie Exp $
+# $OpenBSD: bsd.README,v 1.71 2017/07/10 11:25:44 schwarze Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
-This is the README file for the new make "include" files for the BSD
+This is the README file for the make "include" files for the BSD
source tree. The files are installed in /usr/share/mk, and are, by
convention, named with the suffix ".mk".
@@ -276,7 +276,7 @@ It has six targets:
tags:
create a tags file for the source files.
-It sets/uses the following variables:
+It uses the following variables:
BINGRP Binary group.
@@ -454,14 +454,14 @@ yacc that allow multiple lex and yacc targets to be built in parallel.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The include file <bsd.lib.mk> has support for building libraries. It has
-the same seven targets as <bsd.prog.mk>: all, clean, cleandir,
+the same six targets as <bsd.prog.mk>: all, clean, cleandir,
includes, install, and tags. It has a limited number of suffixes,
consistent with the current needs of the BSD tree.
-It sets/uses the following variables:
+It uses the following variables:
-BUILDFIRST/BUILDLATER
- See <bsd.prog.mk>
+BUILDFIRST/BUILDAFTER
+ See <bsd.prog.mk>.
LIB The name of the library to build.