mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
6 lines
94 B
Makefile
6 lines
94 B
Makefile
PROG= kbdcontrol
|
|
SRCS= kbdcontrol.c lex.l
|
|
DPADD+= ${LIBL}
|
|
LDADD+= -ll
|
|
|
|
.include <bsd.prog.mk>
|