From 428d9ab0cbdbb555b03ac0904e30297ef554d8ef Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 14 Sep 2000 05:29:42 +0000 Subject: Fixed breakage of installation of kbdcontrol.1 in previous commit. Fixed style bugs. --- usr.sbin/kbdcontrol/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.sbin/kbdcontrol') 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 -- cgit v1.1