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
/
videoproto
/
Makefile
blob
c576d09571c2d0ffb80a2bfbcdfc6f17acfe5f65
1
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.PATH
: ${
X11SRCDIR.videoproto
}
6
7
INCS
=
Xv.h XvMC.h XvMCproto.h Xvproto.h vldXvMC.h
8
INCSDIR
=${
X11INCDIR
}/
X11
/
extensions
9
10
NOOBJ
=
# defined
11
12
PKGCONFIG
=
videoproto
13
14
.
include
<
bsd.x11.mk
>
15
.
include
<
bsd.prog.mk
>