aboutsummaryrefslogtreecommitdiff
path: root/sys/tests/runtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/tests/runtest/Makefile')
-rw-r--r--sys/tests/runtest/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/tests/runtest/Makefile b/sys/tests/runtest/Makefile
new file mode 100644
index 000000000000..d75dbfb063a3
--- /dev/null
+++ b/sys/tests/runtest/Makefile
@@ -0,0 +1,8 @@
+#
+# $FreeBSD$
+#
+PROG= runtest
+MAN=
+SRCS= runtest.c
+
+.include <bsd.prog.mk>