summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/ConfCmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/geom/ConfCmp/Makefile')
-rw-r--r--tools/regression/geom/ConfCmp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/regression/geom/ConfCmp/Makefile b/tools/regression/geom/ConfCmp/Makefile
index 528588e..5966b4b 100644
--- a/tools/regression/geom/ConfCmp/Makefile
+++ b/tools/regression/geom/ConfCmp/Makefile
@@ -3,16 +3,16 @@
PROG= ConfCmp
SRCS+= ConfCmp.c
SRCS+= subr_sbuf.c
-VPATH+= /sys/kern
+
+.PATH: ../../../../sys/kern
+
NOOBJ= youbet
WARNS= 5
CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
# Uncomment for ElectricFence
#LDADD += -lefence -L/usr/local/lib
-# Stuff for XML
-LDADD += -L/usr/local/lib -lexpat
-CFLAGS += -I/usr/local/include/xml
+LDADD += -lbsdxml
NOMAN= yeah
CLEANFILES += _*
OpenPOWER on IntegriCloud