repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
lib
/
libGL
/
internal
/
Makefile
blob
44f3dab8a09861b7d55690f79497c7154f3a4323
1
# $NetBSD: Makefile,v 1.2 2014/12/18 06:24:30 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.PATH
: ${
X11SRCDIR.MesaLib
}/
include
/
GL
/
internal
6
7
INCS
=
dri_interface.h
8
INCSDIR
=${
X11INCDIR
}/
GL
/
internal
9
10
NOOBJ
=
# defined
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>