Stop linking to libl by specifying we do not need yywrap
MFC after: 3 days
This commit is contained in:
parent
bcba42d1f8
commit
58aad230b5
@ -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
|
||||
|
@ -45,6 +45,7 @@ extern int yylex(void);
|
||||
|
||||
%}
|
||||
|
||||
%option noyywrap
|
||||
%option noinput
|
||||
%option nounput
|
||||
|
||||
|
@ -13,8 +13,6 @@ MAN+= ndisgen.8
|
||||
WARNS?= 4
|
||||
NO_WCAST_ALIGN=
|
||||
|
||||
LIBADD= l
|
||||
|
||||
YFLAGS+=-v
|
||||
|
||||
CFLAGS+=-I. -I${.CURDIR} -I${SRCTOP}/sys
|
||||
|
@ -59,6 +59,7 @@ update_lineno(const char *cp)
|
||||
|
||||
%}
|
||||
|
||||
%option noyywrap
|
||||
%option nounput
|
||||
%option noinput
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user