aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-01 17:34:42 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-01 17:34:42 +0000
commitf906e265a66ec7b0676e11b20dffdc20838fe1a0 (patch)
tree5fb0adde8606169a18410afee2eec5c74006a20c /usr.bin/yacc/Makefile
parentec0f8380d3092d876960467180c87d257b2d978f (diff)
downloadsrc-f906e265a66ec7b0676e11b20dffdc20838fe1a0.tar.gz
src-f906e265a66ec7b0676e11b20dffdc20838fe1a0.zip
WARNS=2 and s/register//.
Set NO_WERROR=true because there are some flex(1) issues that need to be dealt with.
Notes
Notes: svn path=/head/; revision=87171
Diffstat (limited to 'usr.bin/yacc/Makefile')
-rw-r--r--usr.bin/yacc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile
index e8b1024e82bb..b55ca75d5b1d 100644
--- a/usr.bin/yacc/Makefile
+++ b/usr.bin/yacc/Makefile
@@ -4,6 +4,8 @@
PROG= yacc
SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
skeleton.c symtab.c verbose.c warshall.c
+WARNS?= 2
+NO_WERROR=true # XXXX Temporary
SCRIPTS=yyfix.sh
MAN= yacc.1 yyfix.1
LINKS= ${BINDIR}/yacc ${BINDIR}/byacc