aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-29 08:22:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-29 08:22:38 +0000
commit9f6fea6e97b32898edd86d515422f686b1662d0f (patch)
treeeefb4e13628619781d217950ba1915e529aef131 /usr.bin/yacc
parent7dde5df42b212759617bb6b3f414084f928d163d (diff)
Notes
Diffstat (limited to 'usr.bin/yacc')
-rw-r--r--usr.bin/yacc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile
index 677486fd7320..f91db2e0e53f 100644
--- a/usr.bin/yacc/Makefile
+++ b/usr.bin/yacc/Makefile
@@ -15,5 +15,6 @@ CFLAGS+= -DMIXEDCASE_FILENAMES=1 \
LINKS= ${BINDIR}/yacc ${BINDIR}/byacc
MLINKS= yacc.1 byacc.1
+WARNS= 6
.include <bsd.prog.mk>