]> git.cameronkatri.com Git - apple_cmds.git/blob - shell_cmds/chroot/Makefile
shell_cmds: use libiosexec
[apple_cmds.git] / shell_cmds / chroot / Makefile
1 BINDIR=/usr/sbin
2
3 PROG= chroot
4 MAN= chroot.8
5
6 LDADD+=-liosexec
7
8 .include <bsd.prog.mk>