summaryrefslogtreecommitdiff
path: root/bin/chio
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/chio
parent4d2647f96a5405550a2836bd18e6860514cf0cf0 (diff)
downloadsrc-test-a748290789444352877e207721a7db215206cc9a.tar.gz
src-test-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/chio')
-rw-r--r--bin/chio/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index 33bde4bac4dd8..172032832c7a1 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -2,7 +2,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= chio
-WARNS?= 2
SRCS= chio.c
.include <bsd.prog.mk>