aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/chroot
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 11:59:14 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 14:59:06 -0400
commit0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d (patch)
tree6c00373b0ec2a5f83ddad990b0ed347675bfa57d /shell_cmds/chroot
parentb9db19b71926ba1d2b0722a43cf538bf139fc0d9 (diff)
downloadapple_cmds-0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d.tar.gz
apple_cmds-0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d.tar.zst
apple_cmds-0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d.zip
shell_cmds: All compiled
Diffstat (limited to 'shell_cmds/chroot')
-rw-r--r--shell_cmds/chroot/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell_cmds/chroot/Makefile b/shell_cmds/chroot/Makefile
new file mode 100644
index 0000000..eb16239
--- /dev/null
+++ b/shell_cmds/chroot/Makefile
@@ -0,0 +1,6 @@
+BINDIR=/usr/sbin
+
+PROG= chroot
+MAN= chroot.8
+
+.include <bsd.prog.mk>