diff options
author | 2017-07-13 12:04:20 +0000 | |
---|---|---|
committer | 2017-07-13 12:04:20 +0000 | |
commit | cd0b30ff42b8b90a05843b7cc55d9f3d9ca81ad8 (patch) | |
tree | 74199a2efab533d30de67e7a7463c325ee7a4c91 | |
parent | Simplify usage and man page synopsis after removal of prefix list and (diff) | |
download | wireguard-openbsd-cd0b30ff42b8b90a05843b7cc55d9f3d9ca81ad8.tar.xz wireguard-openbsd-cd0b30ff42b8b90a05843b7cc55d9f3d9ca81ad8.zip |
add sys.mk to the table of contents, and make the description of
bsd.sys.mk more specific; wording with one tweak from espie@
-rw-r--r-- | share/mk/bsd.README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 0d2e070ec93..a71ab94cfba 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.73 2017/07/11 23:38:53 schwarze Exp $ +# $OpenBSD: bsd.README,v 1.74 2017/07/13 12:04:20 schwarze Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -17,7 +17,8 @@ bsd.port.subdir.mk - targets for building subdirectories for ports bsd.prog.mk - building programs from source files bsd.regress.mk - regression tests bsd.subdir.mk - targets for building subdirectories -bsd.sys.mk - building bsd from the source tree +bsd.sys.mk - overrides for <sys.mk> for building OpenBSD +sys.mk - global default rules, mostly POSIX Note, this file is not intended to replace reading through the .mk files for anything tricky. |