15 lines
322 B
Makefile
15 lines
322 B
Makefile
# $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>
|