diff options
| author | Alfredo Dal'Ava Junior <alfredo@FreeBSD.org> | 2026-04-17 05:01:54 +0000 |
|---|---|---|
| committer | Alfredo Dal'Ava Junior <alfredo@FreeBSD.org> | 2026-04-18 02:25:29 +0000 |
| commit | 823889aaafa37ba63a6fb2c53b0dafe1373e221b (patch) | |
| tree | c3830e220ff60f7d7737d6ad1959edb4ac4e6869 | |
| parent | ca42bd490891011556a9507b10ad205f6e7e5f30 (diff) | |
us.intl.acc.kbd: add it to Makefile
This keyboard was implemented but wasn't actually installed to the
system.
Fixes: a049678039e40bdf523230852f78887a12435def
Discussed with: imp
MFC after: 1 day
Relnotes: yes
(cherry picked from commit 3b373d484046a94d050a7901feadc001f35fa97f)
| -rw-r--r-- | share/vt/keymaps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/vt/keymaps/Makefile b/share/vt/keymaps/Makefile index 0dc03ca65a77..60c9c9e62fd5 100644 --- a/share/vt/keymaps/Makefile +++ b/share/vt/keymaps/Makefile @@ -81,6 +81,7 @@ FILES= INDEX.keymaps \ uk.kbd \ uk.macbook.kbd \ us.acc.kbd \ + us.intl.acc.kbd \ us.ctrl.kbd \ us.dvorak.kbd \ us.dvorakl.kbd \ |
