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