Stop linking to libl by specifying we do not need yywrap
MFC after: 3 days
This commit is contained in:
parent
a9a39d4014
commit
bcba42d1f8
@ -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 New Issue
Block a user