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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
tools
/
makekeys
/
Makefile.makekeys
blob
9345431c607db57f0df1b5872c167fc4953cd819
1
# $NetBSD: Makefile.makekeys,v 1.3 2015/06/24 22:20:25 matt Exp $
2
3
DPSRCS+= ks_tables.h
4
CLEANFILES+= ks_tables.h
5
6
KSDEF= ${DESTDIR}${X11INCDIR}/X11/keysymdef.h
7
8
ks_tables.h: ${KSDEF}
9
${_MKTARGET_CREATE}
10
rm -f ${.TARGET}
11
${TOOL_MAKEKEYS} ${KSDEF} > ${.TARGET}