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