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