aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile.inc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 01:57:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 01:57:47 +0000
commita748290789444352877e207721a7db215206cc9a (patch)
tree46fa80addd858339c663ba48aaca464400ef1d99 /bin/Makefile.inc
parent4d2647f96a5405550a2836bd18e6860514cf0cf0 (diff)
downloadsrc-a748290789444352877e207721a7db215206cc9a.tar.gz
src-a748290789444352877e207721a7db215206cc9a.zip
Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0. Reviewed by: mike
Notes
Notes: svn path=/head/; revision=87323
Diffstat (limited to 'bin/Makefile.inc')
-rw-r--r--bin/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index d29f43ab50c7..29cd22b54e8a 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -4,6 +4,7 @@
BINDIR?= /bin
CFLAGS+= -Wall -Wformat
NOSHARED?= YES
+WARNS?= 2
.if exists (${.CURDIR}/../../secure)