blob: d7f1c33b6a886647c2c9ea825d4ae08c6cec3fde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2021/07/11 20:53:35 mrg Exp $
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.Mesa}/include/GL/internal
INCS= dri_interface.h
INCSDIR=${X11INCDIR}/GL/internal
NOOBJ= # defined
.include <bsd.x11.mk>
.include <bsd.prog.mk>
|