summaryrefslogtreecommitdiff
path: root/x11/Xserver/GL/Makefile
blob: 1977a17b96db46f3f16f5b911072dafd35114b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.4 2004/03/06 10:30:26 rtr Exp $

SUBDIR=	glx GLcore

.include <bsd.own.mk>

.if ${X11DRI} != "no"
SUBDIR+=	dri
.endif

.include <bsd.subdir.mk>