summaryrefslogtreecommitdiffstats
path: root/lib/libexpat/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-02 07:35:35 +0000
committerphk <phk@FreeBSD.org>2002-10-02 07:35:35 +0000
commit5ff1c2ca91a798f439d3faddefe07a58f3713328 (patch)
tree2e62c315befbadd1bf877b06d04d652fd6ee1a20 /lib/libexpat/Makefile
parent1b548b1eb41e72c2210b3a837ddf6fea14fe4cd7 (diff)
downloadFreeBSD-src-5ff1c2ca91a798f439d3faddefe07a58f3713328.zip
FreeBSD-src-5ff1c2ca91a798f439d3faddefe07a58f3713328.tar.gz
Build libexpat out of src/contrib/expat.
Not connected to the build yet.
Diffstat (limited to 'lib/libexpat/Makefile')
-rw-r--r--lib/libexpat/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
new file mode 100644
index 0000000..4081aa8
--- /dev/null
+++ b/lib/libexpat/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+EXPAT= ${.CURDIR}/../../contrib/expat
+
+# Please use the same SHLIB_MAJOR as for the corresponding expat
+# version in ports, as long as this is applicable.
+
+SHLIB_MAJOR= 4
+
+LIB= expat
+
+.PATH: ${EXPAT}/lib
+
+CFLAGS += -I${EXPAT}/lib -I${EXPAT} -I${.CURDIR}
+
+SRCS= xmlparse.c xmlrole.c xmltok.c
+
+INCS= expat.h
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud