summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-09-01 01:39:20 +0000
committerngie <ngie@FreeBSD.org>2014-09-01 01:39:20 +0000
commitb02a11f4a772112ccf78f474040b506aa010f615 (patch)
treea2a2b265369929dfa5006e6580a9c798009813e5 /usr.bin
parentb7b1b100cce0878bd41b0dc509449f4694daa06d (diff)
downloadFreeBSD-src-b02a11f4a772112ccf78f474040b506aa010f615.zip
FreeBSD-src-b02a11f4a772112ccf78f474040b506aa010f615.tar.gz
MFC r270432:
Fix "make checkdpadd" in usr.bin/iscsictl by removing -lfl dependency Approved by: rpaulo (mentor) MFC after: 1 week
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/iscsictl/Makefile2
-rw-r--r--usr.bin/iscsictl/token.l1
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/iscsictl/Makefile b/usr.bin/iscsictl/Makefile
index 9331ca5..a3b13bb 100644
--- a/usr.bin/iscsictl/Makefile
+++ b/usr.bin/iscsictl/Makefile
@@ -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
diff --git a/usr.bin/iscsictl/token.l b/usr.bin/iscsictl/token.l
index 499ddb8..4866c13 100644
--- a/usr.bin/iscsictl/token.l
+++ b/usr.bin/iscsictl/token.l
@@ -46,6 +46,7 @@ extern int yylex(void);
%option noinput
%option nounput
+%option noyywrap
%%
HeaderDigest { return HEADER_DIGEST; }
OpenPOWER on IntegriCloud