repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
bin
/
xrefresh
/
Makefile
blob
55de5ead0d91a4783ca0229eb847e9586a23ac9a
1
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:34 lukem 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
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>