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
etc/protocols - sync with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
bin
/
xwud
/
Makefile
blob
e18a49d2de2e2c6805bd21d0687eea8115fee38d
1
# $NetBSD: Makefile,v 1.2 2015/07/22 08:46:51 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xwud
6
7
LDADD
+= -
lX11
8
DPADD
+= ${
LIBX11
}
9
10
.PATH
: ${
X11SRCDIR.
${
PROG
}}
11
.PATH
: ${
X11SRCDIR.
${
PROG
}}/
man
12
13
.
include
<
bsd.x11.mk
>
14
.
include
<
bsd.prog.mk
>