diff options
Diffstat (limited to 'usr.sbin/kbdcontrol/Makefile')
-rw-r--r-- | usr.sbin/kbdcontrol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile index 9873d9a..da86355 100644 --- a/usr.sbin/kbdcontrol/Makefile +++ b/usr.sbin/kbdcontrol/Makefile @@ -3,8 +3,7 @@ PROG= kbdcontrol SRCS= kbdcontrol.c lex.l CFLAGS+= -I${.CURDIR} -MAN1= kbdcontrol.1 -MAN5= kbdmap.5 +MAN= kbdcontrol.1 kbdmap.5 MLINKS= kbdmap.5 keymap.5 DPADD= ${LIBL} LDADD= -ll |