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