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