mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
since I've no idea what the ISO standard for Italian keyboards is, but we can always adjust it later and this is better than the nothing we had before. Submitted by: Gianmarco Giovannelli <gmarco@masternet.it>
18 lines
515 B
Makefile
18 lines
515 B
Makefile
KEYMAPS=danish.cp865.kbd danish.iso.kbd german.cp850.kbd german.iso.kbd \
|
|
it.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 INDEX.keymaps
|
|
|
|
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>
|