diff options
Diffstat (limited to 'usr.sbin/kbdcontrol')
-rw-r--r-- | usr.sbin/kbdcontrol/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile index da86355..ad6540a 100644 --- a/usr.sbin/kbdcontrol/Makefile +++ b/usr.sbin/kbdcontrol/Makefile @@ -1,10 +1,12 @@ # $FreeBSD$ PROG= kbdcontrol -SRCS= kbdcontrol.c lex.l -CFLAGS+= -I${.CURDIR} MAN= kbdcontrol.1 kbdmap.5 MLINKS= kbdmap.5 keymap.5 +SRCS= kbdcontrol.c lex.l + +CFLAGS+= -I${.CURDIR} + DPADD= ${LIBL} LDADD= -ll |