14 lines
257 B
Makefile
14 lines
257 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2010/05/22 08:52:34 mrg Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.PATH: ${X11SRCDIR.MesaLib}/include/GL/internal
|
||
|
|
||
|
INCS= dri_interface.h sarea.h
|
||
|
INCSDIR=${X11INCDIR}/GL/internal
|
||
|
|
||
|
NOOBJ= # defined
|
||
|
|
||
|
.include <bsd.x11.mk>
|
||
|
.include <bsd.prog.mk>
|