]> git.saurik.com Git - apple/file_cmds.git/blob - compress/Makefile
file_cmds-188.tar.gz
[apple/file_cmds.git] / compress / Makefile
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 = -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)/compress \
15 $(DSTROOT)$(Install_Dir)/uncompress