diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-07-18 13:23:04 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-07-18 13:23:04 +0000 |
commit | 004cee8dd3a6ac2206b317f142102ec70ff8b2f4 (patch) | |
tree | 5579cd6cff0f5ab2724760a6af27002a82038ba8 /share/mk/bsd.own.mk | |
parent | 1b9e8efd6e3c626840081750789297daf99ccb76 (diff) |
CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes
Symetrize C++ situation: add CXXOPTS, CXXDIAGFLAGS.
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index d8539face36..5583f89541a 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.50 2001/06/27 18:09:26 drahn Exp $ +# $OpenBSD: bsd.own.mk,v 1.51 2001/07/18 13:23:03 espie Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -8,6 +8,8 @@ .include "/etc/mk.conf" .endif +# Set `WARNINGS' to `yes' to add appropriate warnings to each compilation +WARNINGS?= no # Set `SKEY' to `yes' to build with support for S/key authentication. SKEY?= yes # Set `KERBEROS' to `yes' to build with support for Kerberos authentication. |