aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-09 14:37:06 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-09 14:37:06 -0400
commitceb315484ea3900456c31a918145f71f75edeab9 (patch)
tree98fe6c4d1b1bc31ecdf6a1a9be7457efbe0884e6 /adv_cmds/Makefile
parent5fd83771641d15c418f747bd343ba6738d3875f7 (diff)
downloadapple_cmds-ceb315484ea3900456c31a918145f71f75edeab9.tar.gz
apple_cmds-ceb315484ea3900456c31a918145f71f75edeab9.tar.zst
apple_cmds-ceb315484ea3900456c31a918145f71f75edeab9.zip
adv_cmds: All but pkill compiling
Diffstat (limited to 'adv_cmds/Makefile')
-rw-r--r--adv_cmds/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/adv_cmds/Makefile b/adv_cmds/Makefile
new file mode 100644
index 0000000..722516e
--- /dev/null
+++ b/adv_cmds/Makefile
@@ -0,0 +1,15 @@
+SUBDIR= gencat \
+ lsvfs \
+ ps \
+ whois \
+ cap_mkdb \
+ last \
+ stty \
+ colldef \
+ locale \
+ mklocale \
+ tabs \
+ finger \
+ tty
+
+.include <bsd.subdir.mk>