summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/kbdcontrol/Makefile')
-rw-r--r--usr.sbin/kbdcontrol/Makefile6
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
OpenPOWER on IntegriCloud