Stop linking to libl by specifying we do not need yywrap

MFC after: 3 days
This commit is contained in:
Baptiste Daroussin 2019-09-10 08:19:46 +00:00
parent 3fff4cff6e
commit e6f059a96c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352130
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ MAN= devd.8 devd.conf.5
NO_SHARED?=YES
LIBADD= l util
LIBADD= util
YFLAGS+=-v
CFLAGS+=-I. -I${.CURDIR}

View File

@ -50,6 +50,7 @@ update_lineno(const char *cp)
%}
%option noyywrap
%option nounput
%option noinput