diff options
author | 2001-07-18 13:25:17 +0000 | |
---|---|---|
committer | 2001-07-18 13:25:17 +0000 | |
commit | 720d3b93efba6e8e7543e031e6714470241680c6 (patch) | |
tree | 23e3bee144fadefe79d73c4af66025109d8c763d | |
parent | CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes (diff) | |
download | wireguard-openbsd-720d3b93efba6e8e7543e031e6714470241680c6.tar.xz wireguard-openbsd-720d3b93efba6e8e7543e031e6714470241680c6.zip |
Mention WARNINGS
-rw-r--r-- | share/mk/bsd.README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 68ce548c2ec..e0bead168a1 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.26 2001/07/02 14:01:35 millert Exp $ +# $OpenBSD: bsd.README,v 1.27 2001/07/18 13:25:17 espie Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -247,6 +247,9 @@ DEBUG Add -g to assembly, C compiler and linking passes. Also DEBUGLIBS Create libraries with -g debug information, and install them in /usr/lib/debug. +WARNINGS Adds appropriate warning flags (defined in CDIAGFLAGS, + e.g., -Wall...) to compiles. [no] + SUDO Command to run when doing "make install" portion of "make build". If set to sudo, this allows one to run "make build" as a user other than root (assuming sudo |