summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/Test/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/geom/Test/Makefile.inc')
-rw-r--r--tools/regression/geom/Test/Makefile.inc37
1 files changed, 0 insertions, 37 deletions
diff --git a/tools/regression/geom/Test/Makefile.inc b/tools/regression/geom/Test/Makefile.inc
deleted file mode 100644
index d25f84d..0000000
--- a/tools/regression/geom/Test/Makefile.inc
+++ /dev/null
@@ -1,37 +0,0 @@
-# $FreeBSD$
-
-PROG = testprg
-NOMAN = no
-NOOBJ = youbet
-CFLAGS += -gstabs -static
-CFLAGS += -I/usr/src/sys -I../..
-CFLAGS += -DKERNELSIM -pthread
-LDADD += -L../../GLib -lG
-LDADD += -lbsdxml
-LDADD += -lmd
-DPADD += ../../GLib/libG.a
-CLEANFILES += _* *.core
-WARNS= 5
-
-foo:
- echo ${SRCS}
- echo ${OBJS}
-
-ttest: ${PROG}
- ./${PROG} -t 2>&1 | tee _test
-
-tbtest: ${PROG}
- ./${PROG} -t -b 2>&1 | tee _test
-
-test: ${PROG}
- ./${PROG}
-.if exists(ref.conf)
- ../../ConfCmp/ConfCmp _1.conf ref.conf
-.endif
- echo "Passed ${.CURDIR}"
-
-mkref:
- mv _1.conf ref.conf
-
-gdb:
- gdb ${PROG} ${PROG}.core
OpenPOWER on IntegriCloud