aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/locale
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/locale
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/locale')
-rw-r--r--adv_cmds/locale/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/adv_cmds/locale/Makefile b/adv_cmds/locale/Makefile
new file mode 100644
index 0000000..535355b
--- /dev/null
+++ b/adv_cmds/locale/Makefile
@@ -0,0 +1,3 @@
+PROG_CXX= locale
+
+.include <bsd.prog.mk>