Add -ll to link flags to link with the lex library.

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-26 05:44:06 +00:00
parent e0661b603f
commit 4871b210e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2288

View File

@ -1,4 +1,5 @@
PROG= kbdcontrol
SRCS= kbdcontrol.c lex.l
LDADD+= -ll
.include <bsd.prog.mk>