]> git.saurik.com Git - apple/file_cmds.git/blame - stat/Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / stat / Makefile
CommitLineData
64d2f73f
A
1Project = stat
2Install_Dir = /usr/bin
c59d3020
A
3
4CFILES = stat.c
64d2f73f 5MANPAGES = stat.1
c59d3020 6
686e1a44 7Extra_CC_Flags = -Werror -Wall -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
64d2f73f 8Extra_LD_Flags = -dead_strip
c59d3020 9
64d2f73f 10include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
c59d3020 11
64d2f73f
A
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