mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
Refer to kbdmap(5) from a few man pages. Remove it from TODO list. Add missing FreeBSD tags. PR: 19260
8 lines
121 B
Makefile
8 lines
121 B
Makefile
# $FreeBSD$
|
|
PROG= kbdcontrol
|
|
SRCS= kbdcontrol.c lex.l
|
|
MAN5= kbdmap.5
|
|
DPADD+= ${LIBL}
|
|
LDADD+= -ll
|
|
|
|
.include <bsd.prog.mk>
|