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
/
xwud
/
Makefile
blob
c621925b2c46648eaf59e1e8e76bcc751915bf93
1
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:39 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xwud
6
7
LDADD
+= -
lX11
8
DPADD
+= ${
LIBX11
}
9
10
.PATH
: ${
X11SRCDIR.
${
PROG
}}
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>