summaryrefslogtreecommitdiffstats
path: root/tools/regression/environ/Makefile.timings
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/environ/Makefile.timings')
-rw-r--r--tools/regression/environ/Makefile.timings16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/regression/environ/Makefile.timings b/tools/regression/environ/Makefile.timings
new file mode 100644
index 0000000..88c4f7c
--- /dev/null
+++ b/tools/regression/environ/Makefile.timings
@@ -0,0 +1,16 @@
+#
+# $FreeBSD$
+#
+SRCS= timings.c
+PROG= timings
+
+CFLAGS+=-Wall -I../../../include
+
+CLEANFILES= ${PROG}.core
+
+NO_MAN= yes
+
+.include <bsd.prog.mk>
+
+test: ${PROG}
+ @./timings
OpenPOWER on IntegriCloud