summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/kbdcontrol')
-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 90cfb6a..4732e94 100644
--- a/usr.sbin/kbdcontrol/Makefile
+++ b/usr.sbin/kbdcontrol/Makefile
@@ -1,8 +1,10 @@
# $FreeBSD$
+
PROG= kbdcontrol
SRCS= kbdcontrol.c lex.l
+MAN1= kbdcontrol.1
MAN5= kbdmap.5
-DPADD+= ${LIBL}
-LDADD+= -ll
+DPADD= ${LIBL}
+LDADD= -ll
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud