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:26:38 +00:00
parent a9a39d4014
commit bcba42d1f8
2 changed files with 1 additions and 2 deletions

View File

@ -8,6 +8,4 @@ SRCS= kbdcontrol.c lex.l
WARNS?= 4
CFLAGS+= -I${.CURDIR}
LIBADD= l
.include <bsd.prog.mk>

View File

@ -36,6 +36,7 @@
%}
%option noyywrap
%option nounput
%option noinput