]> git.saurik.com Git - apple/file_cmds.git/blame_incremental - stat/Makefile
file_cmds-212.tar.gz
[apple/file_cmds.git] / stat / Makefile
... / ...
CommitLineData
1Project = stat
2Install_Dir = /usr/bin
3
4CFILES = stat.c
5MANPAGES = stat.1
6
7Extra_CC_Flags = -Werror -Wall -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
8Extra_LD_Flags = -dead_strip
9
10include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
11
12after_install:
13 $(LN) -f $(DSTROOT)$(Install_Dir)/stat \
14 $(DSTROOT)$(Install_Dir)/readlink
15 $(LN) -f $(DSTROOT)/usr/share/man/man1/stat.1 \
16 $(DSTROOT)/usr/share/man/man1/readlink.1