1#	$NetBSD: Makefile,v 1.33 2011/08/02 09:11:38 mrg Exp $
2
3SUBDIR=		common init ddc dixmods doc dri dri2 i2c loader \
4		xf86modes exa \
5		xorgos ramdac shadowfb vbe vgahw \
6		x86emu xaa xf86config
7
8.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "powerpc"
9SUBDIR+=	int10
10.endif
11
12SUBDIR+=	.WAIT utils
13
14SUBDIR+=	.WAIT Xorg
15
16.include <bsd.subdir.mk>
17