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