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