summaryrefslogtreecommitdiff
blob: 303f422651f303554308057c18c09a394f1146b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff --git a/lib/libgeom/Makefile b/lib/libgeom/Makefile
index bbfb57b..a7c17e3 100644
--- a/lib/libgeom/Makefile
+++ b/lib/libgeom/Makefile
@@ -13,7 +13,7 @@ CFLAGS += -I${.CURDIR}
 
 WARNS?=	3
 
-DPADD=	${LIBBSDXML} ${LIBSBUF}
+DPADD=	${LIBSBUF}
 LDADD=	-lbsdxml -lsbuf
 
 MAN=	libgeom.3
diff --git a/lib/libgeom/geom_xml2tree.c b/lib/libgeom/geom_xml2tree.c
index 9dedb8e..d96420c 100644
--- a/lib/libgeom/geom_xml2tree.c
+++ b/lib/libgeom/geom_xml2tree.c
@@ -43,7 +43,7 @@
 #include <sys/sbuf.h>
 #include <sys/sysctl.h>
 #include <err.h>
-#include <bsdxml.h>
+#include <expat.h>
 #include <libgeom.h>
 
 struct mystate {
diff --git a/lib/libmt/mtlib.c b/lib/libmt/mtlib.c
index d1fc0b1..89ac55e 100644
--- a/lib/libmt/mtlib.c
+++ b/lib/libmt/mtlib.c
@@ -48,7 +48,7 @@ __FBSDID("$FreeBSD: stable/10/lib/libmt/mtlib.c 280438 2015-03-24 14:36:10Z ken
 #include <unistd.h>
 #include <stdint.h>
 #include <errno.h>
-#include <bsdxml.h>
+#include <expat.h>
 #include <mtlib.h>
 
 /*