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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
mit
/
expat
/
bin
/
xmlwf
/
Makefile
blob
5c771a5ca9fc29fff090c0f03065651a2850a591
1
# $NetBSD: Makefile,v 1.1 2012/02/29 20:07:56 tron Exp $
2
3
.
include
<
bsd.init.mk
>
4
5
PROG
=
xmlwf
6
7
.PATH
: ${
EXPATSRCDIR
}/
xmlwf
${
EXPATSRCDIR
}/
doc
8
9
SRCS
=
codepage.c unixfilemap.c xmlfile.c xmlwf.c
10
CPPFLAGS
+=-
DHAVE_UNISTD_H
11
12
.
include
<
bsd.prog.mk
>