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
/
bin
/
xev
/
Makefile
blob
8b7e02936a8f8b0cdf4bae61967e167035705995
1
# $NetBSD: Makefile,v 1.4 2015/07/19 19:49:18 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xev
6
7
LDADD
+= -
lX11
-
lXrandr
8
DPADD
+= ${
LIBX11
} ${
LIBXRANDR
}
9
10
.PATH
: ${
X11SRCDIR.
${
PROG
}}
11
.PATH
: ${
X11SRCDIR.
${
PROG
}}/
man
12
13
.
include
"../../xorg-pkg-ver.mk"
14
15
.
include
<
bsd.x11.mk
>
16
.
include
<
bsd.prog.mk
>