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
/
xf86dgaproto
/
Makefile
blob
5ad31ccc6bb510806b1979fd99ebe857239bf1a0
1
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.PATH
: ${
X11SRCDIR.xf86dgaproto
}
6
7
INCS
=
xf86dga.h \
8
xf86dga1str.h \
9
xf86dgastr.h \
10
xf86dga1const.h \
11
xf86dga1proto.h \
12
xf86dgaconst.h \
13
xf86dgaproto.h
14
15
INCSDIR
=${
X11INCDIR
}/
X11
/
extensions
16
17
NOOBJ
=
# defined
18
19
PKGCONFIG
=
xf86dgaproto
20
21
.
include
<
bsd.x11.mk
>
22
.
include
<
bsd.prog.mk
>