aboutsummaryrefslogtreecommitdiff
path: root/bin/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test/Makefile')
-rw-r--r--bin/test/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
new file mode 100644
index 000000000000..59ea2be99539
--- /dev/null
+++ b/bin/test/Makefile
@@ -0,0 +1,14 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+PACKAGE=runtime
+PROG= test
+LINKS= ${BINDIR}/test ${BINDIR}/[
+MLINKS= test.1 [.1
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
+.include <bsd.prog.mk>