blob: 4ca7fc4917e563c7eb7f0dccf10bda463928b524 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2003/09/14 07:11:08 lukem Exp $
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.xc}/include/GL \
${X11SRCDIR.xc}/extras/Mesa/include/GL
INCSDIR=${X11INCDIR}/GL
INCS= gl.h glext.h glu.h glx.h glxext.h glxint.h glxmd.h glxproto.h \
glxtokens.h osmesa.h
.include <bsd.x11.mk>
.include <bsd.prog.mk>
|