aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 17:31:30 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-12 17:31:30 -0400
commit7171a7ba0a0ea8d9b7216d9aae16539948222702 (patch)
treef20aab7b4f208c331334a4a94c89abe4b48a9ea7 /text_cmds/Makefile
parent68311c8bb2e7f974b5b91ad61f85980f432f2d7f (diff)
downloadapple_cmds-7171a7ba0a0ea8d9b7216d9aae16539948222702.tar.gz
apple_cmds-7171a7ba0a0ea8d9b7216d9aae16539948222702.tar.zst
apple_cmds-7171a7ba0a0ea8d9b7216d9aae16539948222702.zip
text_cmds: All done
Diffstat (limited to 'text_cmds/Makefile')
-rw-r--r--text_cmds/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/text_cmds/Makefile b/text_cmds/Makefile
new file mode 100644
index 0000000..0303d46
--- /dev/null
+++ b/text_cmds/Makefile
@@ -0,0 +1,37 @@
+SUBDIR= banner \
+ cat \
+ col \
+ colrm \
+ column \
+ comm \
+ csplit \
+ cut \
+ ed \
+ ee \
+ expand \
+ fmt \
+ fold \
+ grep \
+ head \
+ join \
+ lam \
+ look \
+ md5 \
+ nl \
+ paste \
+ pr \
+ rev \
+ rs \
+ sed \
+ sort \
+ split \
+ tail \
+ tr \
+ ul \
+ unexpand \
+ uniq \
+ unvis \
+ vis \
+ wc
+
+.include <bsd.subdir.mk>