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