diff options
author | laroche <laroche> | 2001-07-20 08:08:06 +0000 |
---|---|---|
committer | laroche <laroche> | 2001-07-20 08:08:06 +0000 |
commit | 28a046bd21960576b3c1628b75e6f19a4e039046 (patch) | |
tree | c28c206e6e6a726761093b4181302d59cb2a48e0 /keymaps | |
parent | b28e0fc487e766dd9e236f7660c02210c7d6c616 (diff) | |
download | anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.tar.gz anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.tar.xz anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.zip |
add s390/s390x patchesr0-9-1
Diffstat (limited to 'keymaps')
-rw-r--r-- | keymaps/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keymaps/Makefile b/keymaps/Makefile index ff6a4b78f..f7902709d 100644 --- a/keymaps/Makefile +++ b/keymaps/Makefile @@ -17,3 +17,9 @@ alpha: sparc: ./updkmaps sparc + +s390: + ./updkmaps s390 + +s390x: + ./updkmaps s390 |