summaryrefslogtreecommitdiffstats
path: root/misc_cmds/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 09:29:27 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 09:29:27 -0400
commitb97536ac7d04672f18be04ae717f48ba84fb1510 (patch)
treef2647fa1152d029f02916af618a2f3ab851c3d04 /misc_cmds/Makefile
parent8199e6fb5d6fc34fdb82786405185ea11856dd48 (diff)
downloadapple_cmds-b97536ac7d04672f18be04ae717f48ba84fb1510.tar.gz
apple_cmds-b97536ac7d04672f18be04ae717f48ba84fb1510.tar.zst
apple_cmds-b97536ac7d04672f18be04ae717f48ba84fb1510.zip
misc_cmds: All compiled
Diffstat (limited to 'misc_cmds/Makefile')
-rw-r--r--misc_cmds/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc_cmds/Makefile b/misc_cmds/Makefile
new file mode 100644
index 0000000..4110807
--- /dev/null
+++ b/misc_cmds/Makefile
@@ -0,0 +1,7 @@
+SUBDIR= calendar \
+ leave \
+ ncal \
+ tsort \
+ units
+
+.include <bsd.subdir.mk>