]>
Commit | Line | Data |
---|---|---|
1 | Project = stat | |
2 | Install_Dir = /usr/bin | |
3 | ||
4 | CFILES = stat.c | |
5 | MANPAGES = stat.1 | |
6 | ||
7 | Extra_CC_Flags = -Wall -mdynamic-no-pic \ | |
8 | -D__FBSDID=__RCSID | |
9 | Extra_LD_Flags = -dead_strip | |
10 | ||
11 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make | |
12 | ||
13 | after_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 |