]>
Commit | Line | Data |
---|---|---|
1 | Project = install | |
2 | Install_Dir = /usr/bin | |
3 | ||
4 | CFILES = xinstall.c | |
5 | MANPAGES = install.1 | |
6 | ||
7 | Extra_CC_Flags = -Werror -Wall -D__FBSDID=__RCSID \ | |
8 | -include TargetConditionals.h -D_DARWIN_USE_64_BIT_INODE | |
9 | Extra_LD_Flags = -dead_strip | |
10 | ||
11 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |