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