summaryrefslogtreecommitdiff
path: root/external/mit/xorg/tools/makekeys/Makefile.makekeys
blob: 9345431c607db57f0df1b5872c167fc4953cd819 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile.makekeys,v 1.3 2015/06/24 22:20:25 matt Exp $

DPSRCS+=	ks_tables.h
CLEANFILES+=	ks_tables.h

KSDEF=	${DESTDIR}${X11INCDIR}/X11/keysymdef.h

ks_tables.h: ${KSDEF}
	${_MKTARGET_CREATE}
	rm -f ${.TARGET}
	${TOOL_MAKEKEYS} ${KSDEF} > ${.TARGET}