diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index ed61b5ee801..8120126807c 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -34,7 +34,7 @@ MAN= devd.8 devd.conf.5 NO_SHARED?=YES -LIBADD= l util +LIBADD= util YFLAGS+=-v CFLAGS+=-I. -I${.CURDIR} diff --git a/sbin/devd/token.l b/sbin/devd/token.l index 2221dcf05f7..7f11f8ef074 100644 --- a/sbin/devd/token.l +++ b/sbin/devd/token.l @@ -50,6 +50,7 @@ update_lineno(const char *cp) %} +%option noyywrap %option nounput %option noinput