From d760d77067ba35c8bb75038fb8b1f66790984b10 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 14 Sep 2000 05:29:42 +0000 Subject: [PATCH] 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(-) diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile index 90cfb6a0d74..4732e9483a9 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