Home | History | Annotate | Line # | Download | only in xfree86
      1 #	$NetBSD: Makefile,v 1.1.1.1 2016/06/10 03:42:14 mrg Exp $
      2 
      3 SUBDIR=		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"
      9 SUBDIR+=	int10 
     10 .endif
     11 
     12 SUBDIR+=	.WAIT utils
     13 
     14 SUBDIR+=	.WAIT Xorg
     15 
     16 .include <bsd.subdir.mk>
     17