summaryrefslogtreecommitdiff
path: root/usr.sbin/ndiscvt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-09-10 07:28:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-09-10 07:28:27 +0000
commit58aad230b571dd3195f58e362136037284380b3c (patch)
treeed300f96fe9b47a21872ef37bca8a995087a0c8c /usr.sbin/ndiscvt
parentbcba42d1f877c494d64f4fabb99cf50ccc16e321 (diff)
downloadsrc-test2-58aad230b571dd3195f58e362136037284380b3c.tar.gz
src-test2-58aad230b571dd3195f58e362136037284380b3c.zip
Notes
Diffstat (limited to 'usr.sbin/ndiscvt')
-rw-r--r--usr.sbin/ndiscvt/Makefile2
-rw-r--r--usr.sbin/ndiscvt/inf-token.l1
2 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ndiscvt/Makefile b/usr.sbin/ndiscvt/Makefile
index 81e7f9314e69..a8be84fe7255 100644
--- a/usr.sbin/ndiscvt/Makefile
+++ b/usr.sbin/ndiscvt/Makefile
@@ -13,8 +13,6 @@ MAN+= ndisgen.8
WARNS?= 4
NO_WCAST_ALIGN=
-LIBADD= l
-
YFLAGS+=-v
CFLAGS+=-I. -I${.CURDIR} -I${SRCTOP}/sys
diff --git a/usr.sbin/ndiscvt/inf-token.l b/usr.sbin/ndiscvt/inf-token.l
index 56359263074e..2aac5b477067 100644
--- a/usr.sbin/ndiscvt/inf-token.l
+++ b/usr.sbin/ndiscvt/inf-token.l
@@ -59,6 +59,7 @@ update_lineno(const char *cp)
%}
+%option noyywrap
%option nounput
%option noinput