aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/test/Makefile')
-rw-r--r--shell_cmds/test/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell_cmds/test/Makefile b/shell_cmds/test/Makefile
new file mode 100644
index 0000000..562c968
--- /dev/null
+++ b/shell_cmds/test/Makefile
@@ -0,0 +1,8 @@
+BINDIR=/bin
+
+PROG= test
+MAN= [.1 test.1
+
+LINKS= ${BINDIR}/test ${BINDIR}/[
+
+.include <bsd.prog.mk>