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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
mit
/
xorg
/
include
/
xf86driproto
/
Makefile
blob
97278076c4a91f8a7773049bbb0c42c0a027fc22
1
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.PATH
: ${
X11SRCDIR.xf86driproto
}
6
7
INCS
=
xf86dri.h \
8
xf86dristr.h \
9
xf86driproto.h
10
11
INCSDIR
=${
X11INCDIR
}/
X11
/
dri
12
13
NOOBJ
=
# defined
14
15
PKGCONFIG
=
xf86driproto
16
17
.
include
<
bsd.x11.mk
>
18
.
include
<
bsd.prog.mk
>