Stop linking to libl by specifying we do not need yywrap

MFC after: 3 days
This commit is contained in:
Baptiste Daroussin 2019-09-10 07:28:27 +00:00
parent bcba42d1f8
commit 58aad230b5
4 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ CFLAGS+= -I${SRCTOP}/sys/dev/iscsi
#CFLAGS+= -DICL_KERNEL_PROXY
MAN= ctld.8 ctl.conf.5
LIBADD= bsdxml l md sbuf util ucl m nv
LIBADD= bsdxml md sbuf util ucl m nv
YFLAGS+= -v
CLEANFILES= y.tab.c y.tab.h y.output

View File

@ -45,6 +45,7 @@ extern int yylex(void);
%}
%option noyywrap
%option noinput
%option nounput

View File

@ -13,8 +13,6 @@ MAN+= ndisgen.8
WARNS?= 4
NO_WCAST_ALIGN=
LIBADD= l
YFLAGS+=-v
CFLAGS+=-I. -I${.CURDIR} -I${SRCTOP}/sys

View File

@ -59,6 +59,7 @@ update_lineno(const char *cp)
%}
%option noyywrap
%option nounput
%option noinput