summaryrefslogtreecommitdiff
path: root/lib/expat/xmlwf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/expat/xmlwf/Makefile')
-rw-r--r--lib/expat/xmlwf/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/expat/xmlwf/Makefile b/lib/expat/xmlwf/Makefile
new file mode 100644
index 000000000..922e92fdb
--- /dev/null
+++ b/lib/expat/xmlwf/Makefile
@@ -0,0 +1,17 @@
+# $OpenBSD: Makefile,v 1.1 2007/04/26 11:55:28 bernd Exp $
+.include <bsd.own.mk>
+
+PROG= xmlwf
+SRCS= xmlwf.c xmlfile.c codepage.c unixfilemap.c
+CFLAGS+= -I${.CURDIR}/../ -I${.CURDIR}/../lib/
+CPPFLAGS+= -DHAVE_EXPAT_CONFIG_H
+LDFLAGS+= -L${.CURDIR}/../obj -lexpat
+
+X11BASE?= /usr/X11R6
+MANDIR= ${X11BASE}/man/cat
+VPATH= ${.CURDIR}/../doc
+
+obj: _xenocara_obj
+
+.include <bsd.prog.mk>
+.include <bsd.xorg.mk>