diff options
author | nik <nik@FreeBSD.org> | 2000-10-29 15:49:03 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2000-10-29 15:49:03 +0000 |
commit | d4b00de32e0919069073dd632df0e57327a8248e (patch) | |
tree | 668d17b7d74679e86f57cc107e23156ae993d452 /usr.sbin/kbdcontrol | |
parent | 7d9d396fd545532b28c0dea8ef9f385b4fff4578 (diff) | |
download | FreeBSD-src-d4b00de32e0919069073dd632df0e57327a8248e.zip FreeBSD-src-d4b00de32e0919069073dd632df0e57327a8248e.tar.gz |
Link kbdmap.5 to keymap.5
PR: docs/19995 docs/20298
Diffstat (limited to 'usr.sbin/kbdcontrol')
-rw-r--r-- | usr.sbin/kbdcontrol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile index 4732e94..a2ff5b1 100644 --- a/usr.sbin/kbdcontrol/Makefile +++ b/usr.sbin/kbdcontrol/Makefile @@ -4,6 +4,7 @@ PROG= kbdcontrol SRCS= kbdcontrol.c lex.l MAN1= kbdcontrol.1 MAN5= kbdmap.5 +MLINKS= kbdmap.5 keymap.5 DPADD= ${LIBL} LDADD= -ll |