diff options
author | 2014-10-13 14:31:01 +0000 | |
---|---|---|
committer | 2014-10-13 14:31:01 +0000 | |
commit | 0bef3321ffc952011c3dead836ee33e92eba060d (patch) | |
tree | 89d0e6ff99620827d04286a9c8e8ea200b5484b0 | |
parent | document the "default" subcommand more precisely; (diff) | |
download | wireguard-openbsd-0bef3321ffc952011c3dead836ee33e92eba060d.tar.xz wireguard-openbsd-0bef3321ffc952011c3dead836ee33e92eba060d.zip |
Fix an internal inconsistency: Saying "these eight targets" and then only
listing seven is not cool. This was broken in rev1.47 when removing lint.
Patch from Theo Buehler <theo at math dot ethz dot ch>.
-rw-r--r-- | share/mk/bsd.README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index e7e8565b884..edcc864f173 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.57 2014/10/09 04:44:09 tedu Exp $ +# $OpenBSD: bsd.README,v 1.58 2014/10/13 14:31:01 schwarze Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -266,7 +266,7 @@ The include file <bsd.prog.mk> handles building programs from one or more source files, along with their manual pages. It has a limited number of suffixes, consistent with the current needs of the BSD tree. -It has eight targets: +It has seven targets: all: build the program and its manual page @@ -401,7 +401,7 @@ If foo has multiple source files, add the line: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= The include file <bsd.subdir.mk> contains the default targets for building -subdirectories. It has the same eight targets as <bsd.prog.mk>: all, +subdirectories. It has the same seven targets as <bsd.prog.mk>: all, clean, cleandir, depend, includes, install, and tags. For all of the directories listed in the variable SUBDIR, the specified directory will be visited and the target made. There is also a default target which @@ -419,7 +419,7 @@ 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 eight targets as <bsd.prog.mk>: all, clean, cleandir, depend, +the same seven targets as <bsd.prog.mk>: all, clean, cleandir, depend, includes, install, and tags. It has a limited number of suffixes, consistent with the current needs of the BSD tree. |