]>
Commit | Line | Data |
---|---|---|
1 | Project = compress | |
2 | Install_Dir = /usr/bin | |
3 | ||
4 | CFILES = compress.c zopen.c | |
5 | MANPAGES = compress.1 uncompress.1 zopen.3 | |
6 | ||
7 | Extra_CC_Flags = -Werror -Wall -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)/compress \ | |
14 | $(DSTROOT)$(Install_Dir)/uncompress |