blob: ff3de025c2c6bc712bd7b3d95072d7c34fd7903b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $Xenocara$
DIST= ${.CURDIR}/../../dist/Mesa
GLW= ${DIST}/src/glw
LIB= GLw
CPPFLAGS += -I${DIST}/include \
-I${X11BASE}/include
SRCS= \
GLwDrawA.c
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
.PATH: ${GLW}
|