]> git.saurik.com Git - apple/file_cmds.git/blame - stat/Makefile
file_cmds-188.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
64d2f73f
A
7Extra_CC_Flags = -Wall -mdynamic-no-pic \
8 -D__FBSDID=__RCSID
9Extra_LD_Flags = -dead_strip
c59d3020 10
64d2f73f 11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
c59d3020 12
64d2f73f
A
13after_install:
14 $(LN) -f $(DSTROOT)$(Install_Dir)/stat \
15 $(DSTROOT)$(Install_Dir)/readlink
16 $(LN) -f $(DSTROOT)/usr/share/man/man1/stat.1 \
17 $(DSTROOT)/usr/share/man/man1/readlink.1