]> git.saurik.com Git - apple/shell_cmds.git/blob - chroot/Makefile
shell_cmds-149.tar.gz
[apple/shell_cmds.git] / chroot / Makefile
1 Project = chroot
2 Install_Dir = /usr/sbin
3
4 CFILES = chroot.c
5 MANPAGES = chroot.8
6
7 Extra_CC_Flags = -Wall -mdynamic-no-pic
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make