d8b3c89d68
wherever the appropriate definitions are used throughout the tree
8 lines
230 B
Makefile
8 lines
230 B
Makefile
# $NetBSD: Makefile.xkbcomp,v 1.1 2004/02/09 04:30:05 lukem Exp $
|
|
|
|
XKBCOMPDIR!= cd ${NETBSDSRCDIR}/x11/tools/xkbcomp && ${PRINTOBJDIR}
|
|
XKBCOMP= ${XKBCOMPDIR}/xkbcomp
|
|
|
|
${XKBCOMP}:
|
|
(cd ${NETBSDSRCDIR}/x11/tools/xkbcomp && ${MAKE})
|