aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/tee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/tee/Makefile')
-rw-r--r--shell_cmds/tee/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell_cmds/tee/Makefile b/shell_cmds/tee/Makefile
new file mode 100644
index 0000000..ab7b935
--- /dev/null
+++ b/shell_cmds/tee/Makefile
@@ -0,0 +1,3 @@
+PROG= tee
+
+.include <bsd.prog.mk>