freebsd-dev/share/syscons/keymaps/Makefile
Satoshi Asami 33903a061a Dvorak keyboard users of the world unite!
us.dvorak.kbd: The "standard" (note the quotes, there really isn't any
                standard for non-alphanumeric keys in the Dvorak
                world) version, identical to what MicroSoft
                distributes in their DOS-6.22 supplementary disk.
us.dvorakx.kbd: The version I use, three pairs swapped (esc <-> `~,
                clock <-> lctrl, and =+ <-> \|) from the above.
1995-11-15 11:49:49 +00:00

19 lines
490 B
Makefile

KEYMAPS=danish.cp865.kbd danish.iso.kbd german.cp850.kbd german.iso.kbd \
spanish.iso.kbd swedish.cp850.kbd swedish.iso.kbd uk.cp850.kbd \
uk.iso.kbd us.dvorak.kbd us.dvorakx.kbd us.iso.kbd \
fr.iso.kbd ru.koi8-r.kbd ru.koi8-r.shift.kbd \
ru.cp866.kbd jp.106.kbd jp.106x.kbd
MAPSDIR = /usr/share/syscons/keymaps
NOMAN = noman
all clean:
@echo -n
install:
cd ${.CURDIR}; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
${DESTDIR}${MAPSDIR}
.include <bsd.prog.mk>