Fix "make checkdpadd" in usr.bin/iscsictl by removing -lfl dependency
Approved by: rpaulo (mentor) MFC after: 1 week
This commit is contained in:
parent
2ecca071d5
commit
bf7cca6eb7
@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../sys/dev/iscsi
|
||||
MAN= iscsictl.8
|
||||
|
||||
DPADD= ${LIBCAM} ${LIBUTIL}
|
||||
LDADD= -lcam -lfl -lutil
|
||||
LDADD= -lcam -lutil
|
||||
|
||||
YFLAGS+= -v
|
||||
LFLAGS+= -i
|
||||
|
@ -46,6 +46,7 @@ extern int yylex(void);
|
||||
|
||||
%option noinput
|
||||
%option nounput
|
||||
%option noyywrap
|
||||
|
||||
%%
|
||||
HeaderDigest { return HEADER_DIGEST; }
|
||||
|
Loading…
Reference in New Issue
Block a user