1#	$NetBSD: Makefile,v 1.4 2005/03/24 05:27:18 rtr Exp $
2
3SUBDIR=	xf86config xf86cfg kbd_mode scanpci pcitweak mmapr mmapw gtf
4
5.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
6SUBDIR+=ioport
7.endif
8
9XTODO=	matchagp
10
11.include <bsd.subdir.mk>
12