aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/chroot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/chroot/Makefile')
-rw-r--r--shell_cmds/chroot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/chroot/Makefile b/shell_cmds/chroot/Makefile
index eb16239..cc7de4d 100644
--- a/shell_cmds/chroot/Makefile
+++ b/shell_cmds/chroot/Makefile
@@ -3,4 +3,6 @@ BINDIR=/usr/sbin
PROG= chroot
MAN= chroot.8
+LDADD+=-liosexec
+
.include <bsd.prog.mk>