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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
bin
/
xsetroot
/
Makefile
blob
0ca698e55dca1e2629f46f26606e01d78e6df0ac
1
# $NetBSD: Makefile,v 1.3 2003/09/13 21:50:55 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xsetroot
6
7
LDADD
+= -
lXmuu
-
lXt
-
lSM
-
lICE
-
lXext
-
lX11
8
DPADD
+= ${
LIBXMUU
} ${
LIBXT
} ${
LIBSM
} ${
LIBICE
} ${
LIBXEXT
} ${
LIBX11
}
9
10
.PATH
: ${
X11SRCDIR.
${
PROG
}}
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>