summaryrefslogtreecommitdiffstats
path: root/distrib/special/tee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/special/tee/Makefile')
-rw-r--r--distrib/special/tee/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/distrib/special/tee/Makefile b/distrib/special/tee/Makefile
new file mode 100644
index 00000000000..724623cd02f
--- /dev/null
+++ b/distrib/special/tee/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.1 2019/05/13 23:18:22 naddy Exp $
+
+PROG= tee
+
+.PATH: ${.CURDIR}/../../../usr.bin/tee
+.include <bsd.prog.mk>