Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2008/09/12 07:47:11 mrg Exp $
2
3SUBDIR=	cvt gtf xorgconfig
4
5.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
6SUBDIR+=ioport pcitweak scanpci
7.endif
8
9.if ${MACHINE} == "cats" || ${MACHINE} == "macppc"
10SUBDIR+=pcitweak scanpci
11.endif
12
13.include <bsd.subdir.mk>
14