summaryrefslogtreecommitdiff
path: root/external/mit/xorg/include/Makefile
blob: 89a730143436732c1b10f66b955ce22d94260164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.10 2021/07/11 20:52:06 mrg Exp $

# *proto packages for xorg

.include <bsd.own.mk>

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE} == "evbarm"
SUBDIR+=	libvdpau
.endif
SUBDIR+=	KHR 
SUBDIR+=	xorgproto xbitmaps xcb-proto
SUBDIR+=	.WAIT xtrans

.include <bsd.subdir.mk>