diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 18:28:18 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 18:32:01 (EST) |
commit | 5e06af10629bf2dcabfb618997eee21353e16036 (patch) | |
tree | afdd08cfe116d9a0d6f4c7fa701dc4093e32539e /locale/local.mk | |
parent | f7809b045500b65a754a3b42279c808f237b58a9 (diff) |
locale: Add C and POSIX locales
Diffstat (limited to 'locale/local.mk')
-rw-r--r-- | locale/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/local.mk b/locale/local.mk index 3ab33d6..78a5489 100644 --- a/locale/local.mk +++ b/locale/local.mk @@ -1,2 +1,4 @@ locale_sources = \ + locale/C.sh \ + locale/POSIX.sh \ locale/en_US.sh |