repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix potential null deref
[minix.git]
/
drivers
/
tty
/
keymaps
/
Makefile.inc
blob
d4cdbdefc0a296f738ad9c165c253a4f76ebf650
1
FILESDIR= /usr/lib/keymaps
2
3
.SUFFIXES: .src .map
4
5
.src.map:
6
${_MKTARGET_CREATE}
7
$(HOST_CC) $(LDFLAGS) -DKEYSRC=\"$<\" -o $<_genmap ${.CURDIR}/genmap.c
8
./$<_genmap > $@
9
@rm -f $<_genmap
10
11
realall: ${FILES}
12
13
CLEANFILES+= ${FILES}