diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-09-25 03:53:59 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-09-25 03:53:59 +0000 |
| commit | bdd382022d888dcfb648a27e44cf4d5c9c724b33 (patch) | |
| tree | aff9d234ef939c8cc6600cccad691868a12495c4 /share/syscons/keymaps | |
| parent | 64382c410523337280e1c4c9fa99377378813814 (diff) | |
Notes
Diffstat (limited to 'share/syscons/keymaps')
| -rw-r--r-- | share/syscons/keymaps/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile new file mode 100644 index 000000000000..c384841acba0 --- /dev/null +++ b/share/syscons/keymaps/Makefile @@ -0,0 +1,17 @@ +KEYMAPS=danish.cp865.kbd danish.iso.kbd german.cp850.kbd german.iso.kbd \ + swedish.cp850.kbd swedish.iso.kbd uk.cp850.kbd uk.iso.kbd \ + us.iso.kbd ru.koi8-r.kbd + +MAPSDIR = /usr/share/syscons/keymaps +NOMAN = noman + +all:; + +clean:; + +install: + cd ${.CURDIR}; \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \ + ${DESTDIR}${MAPSDIR} + +.include <bsd.prog.mk> |
