Purge _USE_BERKELEY_YACC definition from Makefile. This ugly hack is no

long necessary for us since r220680.
This commit is contained in:
Jung-uk Kim 2011-04-15 21:47:10 +00:00
parent 33a7ed1f45
commit 79d924a9aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220682

View File

@ -62,7 +62,6 @@ WARNS?= 2
MAN= iasl.8
CFLAGS+= -DACPI_ASL_COMPILER -I.
CFLAGS+= -D_USE_BERKELEY_YACC
LFLAGS= -i -s
YFLAGS= -d
DPADD= ${LIBPTHREAD}