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