aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-29 08:55:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-29 08:55:09 +0000
commit2d54fbd54169bd81418fe6d842292a87be8512f9 (patch)
tree2f5f7686b6d76d67832a5675dc5fb9a8fd571fa5 /usr.bin
parent9f6fea6e97b32898edd86d515422f686b1662d0f (diff)
downloadsrc-2d54fbd54169bd81418fe6d842292a87be8512f9.tar.gz
src-2d54fbd54169bd81418fe6d842292a87be8512f9.zip
Setting WARNS=6 is useless, as it is already the default
Reported by: Sascha Wildner
Notes
Notes: svn path=/head/; revision=257317
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/yacc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile
index f91db2e0e53f..677486fd7320 100644
--- a/usr.bin/yacc/Makefile
+++ b/usr.bin/yacc/Makefile
@@ -15,6 +15,5 @@ CFLAGS+= -DMIXEDCASE_FILENAMES=1 \
LINKS= ${BINDIR}/yacc ${BINDIR}/byacc
MLINKS= yacc.1 byacc.1
-WARNS= 6
.include <bsd.prog.mk>