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
t40c term[] count fix
[minix.git]
/
drivers
/
tty
/
keymaps
/
Makefile.inc
blob
f65d5492f4d6c424ced9089b0fe06a3fa254a183
1
FILESDIR= /usr/lib/keymaps
2
3
.SUFFIXES: .src .map
4
5
.src.map:
6
${_MKTARGET_CREATE}
7
${HOST_CC} ${HOST_LDFLAGS} -DKEYSRC=\"$<\" -o ${.OBJDIR}/${.TARGET}_genmap ${.CURDIR}/genmap.c
8
${.OBJDIR}/${.TARGET}_genmap > ${.OBJDIR}/${.TARGET}
9
rm -f ${.OBJDIR}/${.TARGET}_genmap
10
11
realall: ${FILES}
12
13
CLEANFILES+= ${FILES}