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
/
xrefresh
/
Makefile
blob
6188dbd4474512fa0b5a862a4ab16ac3322aa5ad
1
# $NetBSD: Makefile,v 1.2 2013/05/31 08:01:59 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xrefresh
6
7
LDADD
+= -
lXext
-
lX11
8
DPADD
+= ${
LIBXEXT
} ${
LIBX11
}
9
10
.PATH
: ${
X11SRCDIR.
${
PROG
}}
11
.PATH
: ${
X11SRCDIR.
${
PROG
}}/
man
12
13
.
include
<
bsd.x11.mk
>
14
.
include
<
bsd.prog.mk
>