summaryrefslogtreecommitdiff
path: root/tools/regression/geom/GLib
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/geom/GLib')
-rw-r--r--tools/regression/geom/GLib/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/regression/geom/GLib/Makefile b/tools/regression/geom/GLib/Makefile
new file mode 100644
index 000000000000..177dd5fc2518
--- /dev/null
+++ b/tools/regression/geom/GLib/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+LIB= G
+SRCS= geom.c geom_bsd.c geom_simdev.c geom_dump.c geom_event.c geom_io.c \
+ geom_kernsim.c geom_mbr.c geom_mbrext.c geom_simdisk.c \
+ geom_simdisk_xml.c geom_slice.c geom_subr.c subr_sbuf.c \
+ geom_sunlabel.c
+
+
+CFLAGS+= -g -static -W -Wall
+CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
+CFLAGS += -I/usr/local/include/xml -I/usr/src/sys
+NOPIC = static
+NOPROFILE = bingo
+NOOBJ = youbet
+WARNS = 2
+LDADD +=r -L/usr/local/lib -lexpat
+
+VPATH+= /sys/geom:..:/sys/kern
+
+.include <bsd.lib.mk>
+
+test: