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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
x11
/
lib
/
expat
/
Makefile
blob
7908cf1758a442cb1c0848281e02ab518fa3567e
1
# $NetBSD: Makefile,v 1.6 2004/04/04 00:20:45 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
LIB
=
expat
6
DIST
= ${
X11SRCDIR.xc
}/
lib
/${
LIB
}
7
.PATH
: ${
DIST
}
8
.PATH
: ${
X11SRCDIR.xc
}/
extras
/
expat
/
lib
9
10
SRCS
=
xmlparse.c xmlrole.c xmltok.c
11
12
INCS
=
expat.h
13
INCSDIR
=${
X11INCDIR
}
14
15
CPPFLAGS
+= -
DXML_BYTE_ORDER
=
0
-
I
${
DIST
}
16
17
.
include
<
bsd.x11.mk
>
18
.
include
<
bsd.lib.mk
>