1#	$NetBSD: Makefile.ucs2any,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
2
3UCS2ANYDIR!=	cd ${NETBSDSRCDIR}/external/mit/xorg/tools/ucs2any && ${PRINTOBJDIR}
4UCS2ANY=	${UCS2ANYDIR}/ucs2any
5
6${UCS2ANY}:
7	(cd ${NETBSDSRCDIR}/external/mit/xorg/tools/ucs2any && ${MAKE})
8