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
/
xsetpointer
/
Makefile
blob
3654d6f14f4040871495bb224c926d84be27fa30
1
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xsetpointer
6
7
LDADD
+= -
lXi
-
lXext
-
lX11
8
DPADD
+= ${
LIBXI
} ${
LIBXEXT
} ${
LIBX11
}
9
10
.PATH
: ${
X11SRCDIR.
${
PROG
}}
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>