14 lines
249 B
Makefile
14 lines
249 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/12/18 06:24:30 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${X11SRCDIR.MesaLib}/include/GL/internal
|
|
|
|
INCS= dri_interface.h
|
|
INCSDIR=${X11INCDIR}/GL/internal
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|