summaryrefslogtreecommitdiffstats
path: root/keymaps/Makefile
blob: f7902709dfeba1d0075a9c76dcf3ceadce9f535e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include ../Makefile.inc

all:

depend:

install:
	install -m 644 keymaps-$(ARCH) $(DESTDIR)/$(RUNTIMEDIR)

clean:

i386:
	./updkmaps i386

alpha:
	./updkmaps alpha

sparc:
	./updkmaps sparc

s390:
	./updkmaps s390

s390x:
	./updkmaps s390