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
/
xmlwf
/
Makefile
blob
0296c18d248d18de82fc022d224ba47ac054b48b
1
# $NetBSD: Makefile,v 1.1 2008/10/05 17:35:13 cube Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xmlwf
6
7
.PATH
: ${
X11SRCDIR.expat
}/
xmlwf
${
X11SRCDIR.expat
}/
doc
8
9
SRCS
=
codepage.c unixfilemap.c xmlfile.c xmlwf.c
10
11
LDADD
+= -
lexpat
12
DPADD
+= ${
LIBEXPAT
}
13
14
.
include
<
bsd.x11.mk
>
15
.
include
<
bsd.prog.mk
>