1# $NetBSD: Makefile,v 1.9 2019/03/10 13:52:11 mrg Exp $ 2 3# *proto packages for xorg 4 5.include <bsd.own.mk> 6 7.if ${HAVE_MESA_VER} == 18 8SUBDIR= KHR 9.endif 10.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE} == "evbarm" 11SUBDIR+= libvdpau 12.endif 13SUBDIR+= xorgproto xbitmaps xcb-proto 14SUBDIR+= .WAIT xtrans 15 16.include <bsd.subdir.mk> 17