mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add -ll to link flags to link with the lex library.
Submitted by: jkh
This commit is contained in:
parent
e0661b603f
commit
4871b210e9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
PROG= kbdcontrol
|
||||
SRCS= kbdcontrol.c lex.l
|
||||
LDADD+= -ll
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue