aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/tr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/tr/Makefile')
-rw-r--r--text_cmds/tr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/text_cmds/tr/Makefile b/text_cmds/tr/Makefile
new file mode 100644
index 0000000..86980fa
--- /dev/null
+++ b/text_cmds/tr/Makefile
@@ -0,0 +1,4 @@
+PROG= tr
+SRCS= cmap.c cset.c str.c tr.c
+
+.include <bsd.prog.mk>