1 # $NetBSD: Makefile,v 1.41 2022/07/15 04:18:55 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR= common ddc dixmods doc dri dri2 i2c loader \ 6 xf86modes exa \ 7 xorgos ramdac shadowfb vgahw \ 8 x86emu xf86config xkb \ 9 drivers 10 11 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \ 12 (${MACHINE_CPU} == "powerpc" && ${MACHINE} != "evbppc") 13 SUBDIR+= int10 14 .endif 15 16 .if ${HAVE_XORG_GLAMOR} != "no" 17 SUBDIR+= glamor_egl 18 .endif 19 20 SUBDIR+= .WAIT utils 21 22 SUBDIR+= .WAIT Xorg 23 24 .include <bsd.subdir.mk> 25