diff options
Diffstat (limited to 'toys/chroot.c')
-rw-r--r-- | toys/chroot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/chroot.c b/toys/chroot.c index 305d4fb1..a3a5f53c 100644 --- a/toys/chroot.c +++ b/toys/chroot.c @@ -6,6 +6,8 @@ * * Not in SUSv3. +USE_CHROOT(NEWTOY(chroot, "<1", TOYFLAG_USR|TOYFLAG_SBIN)) + config CHROOT bool "chroot" default y |