mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Stop linking to libl by specifying we do not need yywrap
MFC after: 3 days
This commit is contained in:
parent
a9a39d4014
commit
bcba42d1f8
2 changed files with 1 additions and 2 deletions
|
|
@ -8,6 +8,4 @@ SRCS= kbdcontrol.c lex.l
|
|||
WARNS?= 4
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
||||
LIBADD= l
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
%}
|
||||
|
||||
%option noyywrap
|
||||
%option nounput
|
||||
%option noinput
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue