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 07:23:01 +00:00
parent 35f36f825a
commit 36ad097f9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352121
2 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,6 @@ PACKAGE=apm
WARNS?= 3 WARNS?= 3
LIBADD= l
CFLAGS+= -I${.CURDIR} CFLAGS+= -I${.CURDIR}
test: test:

View File

@ -44,6 +44,7 @@ int first_time;
%} %}
/* We don't need it, avoid the warning. */ /* We don't need it, avoid the warning. */
%option noyywrap
%option nounput %option nounput
%option noinput %option noinput