From c81609f43f7bd70bd41323e073bd571bc52e05eb Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 7 Nov 2010 23:34:05 +0000 Subject: [PATCH] Inherit WARNS from parent directory. Submitted by: marius --- usr.bin/yacc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index 621cb7449c2e..e8b1024e82bb 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -9,6 +9,4 @@ MAN= yacc.1 yyfix.1 LINKS= ${BINDIR}/yacc ${BINDIR}/byacc MLINKS= yacc.1 byacc.1 -WARNS?= 6 - .include