summaryrefslogtreecommitdiffstats
path: root/bin/chio/Makefile
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2001-07-03 03:22:49 +0000
committermikeh <mikeh@FreeBSD.org>2001-07-03 03:22:49 +0000
commit36ddbd4e6c9fc4df98e9f1ba28a270202c8558e0 (patch)
tree66e539b7a55bfdabcecf88dced7b52ea72a184f8 /bin/chio/Makefile
parent9251775bc41df032ba09c811de2b9aa93e0d1d2d (diff)
downloadFreeBSD-src-36ddbd4e6c9fc4df98e9f1ba28a270202c8558e0.zip
FreeBSD-src-36ddbd4e6c9fc4df98e9f1ba28a270202c8558e0.tar.gz
Constify and lockdown with WARNS=2.
Submitted by: Mike Barcroft <mike@q9media.com> MFC after: 2 weeks
Diffstat (limited to 'bin/chio/Makefile')
-rw-r--r--bin/chio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index 1720328..33bde4b 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -2,6 +2,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= chio
+WARNS?= 2
SRCS= chio.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud