summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-23 20:42:37 +0000
committerngie <ngie@FreeBSD.org>2014-08-23 20:42:37 +0000
commitbf7cca6eb7601424f539c1064caf1ef2f744ec1e (patch)
tree53d1ea4fdf70eb852b7d4853d951547b586b3e8f /usr.bin
parent2ecca071d5eccf38f9a5fd7a03052b261b7bd7d2 (diff)
downloadFreeBSD-src-bf7cca6eb7601424f539c1064caf1ef2f744ec1e.zip
FreeBSD-src-bf7cca6eb7601424f539c1064caf1ef2f744ec1e.tar.gz
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