summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/GLib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/geom/GLib/Makefile')
-rw-r--r--tools/regression/geom/GLib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/regression/geom/GLib/Makefile b/tools/regression/geom/GLib/Makefile
index cfa8d04..93b9812 100644
--- a/tools/regression/geom/GLib/Makefile
+++ b/tools/regression/geom/GLib/Makefile
@@ -2,7 +2,7 @@
LIB= G
SRCS= geom.c geom_aes.c geom_bsd.c geom_simdev.c geom_dump.c \
- geom_event.c geom_gpt.c \
+ geom_event.c \
geom_io.c \
geom_kernsim.c geom_mbr.c geom_simdisk.c geom_enc.c \
geom_simdisk_xml.c geom_slice.c geom_subr.c subr_sbuf.c \
@@ -11,15 +11,14 @@ SRCS= geom.c geom_aes.c geom_bsd.c geom_simdev.c geom_dump.c \
CFLAGS += -g -static -W -Wall
CFLAGS += -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-CFLAGS += -I/usr/local/include/xml -I/usr/src/sys -I..
+CFLAGS += -I/usr/src/sys -I..
CFLAGS += -DKERNELSIM
NOPIC = static
NOPROFILE = bingo
NOOBJ = youbet
WARNS = 2
-LDADD +=r -L/usr/local/lib -lexpat
-VPATH+= /sys/geom:..:/sys/kern
+.PATH: /sys/geom .. /sys/kern
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud