xref: /minix3/external/mit/xorg/tools/bdftopcf/Makefile.bdftopcf (revision 5d5fbe79c1b60734f34c69330aec5496644e8651)
1#	$NetBSD: Makefile.bdftopcf,v 1.1.1.1 2008/07/29 05:01:23 mrg Exp $
2
3BDFTOPCFDIR!=	cd ${NETBSDSRCDIR}/external/mit/xorg/tools/bdftopcf && ${PRINTOBJDIR}
4BDFTOPCF=	${BDFTOPCFDIR}/bdftopcf
5
6${BDFTOPCF}:
7	(cd ${NETBSDSRCDIR}/external/mit/xorg/tools/bdftopcf && ${MAKE})
8