Fix "make checkdpadd" in usr.bin/iscsictl by removing -lfl dependency

Approved by: rpaulo (mentor)
MFC after: 1 week
This commit is contained in:
Enji Cooper 2014-08-23 20:42:37 +00:00
parent 631bb572ba
commit cfeea56955
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270432
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -46,6 +46,7 @@ extern int yylex(void);
%option noinput
%option nounput
%option noyywrap
%%
HeaderDigest { return HEADER_DIGEST; }