]> git.saurik.com Git - apple/file_cmds.git/blob - stat/Makefile
3b4de1df5d6454a473bddb82b3307b8b2fb3a9d1
[apple/file_cmds.git] / stat / Makefile
1 Project = stat
2 Install_Dir = /usr/bin
3
4 CFILES = stat.c
5 MANPAGES = stat.1
6
7 Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
11
12 after_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