file_cmds-202.2.tar.gz
[apple/file_cmds.git] / rm / Makefile
1 Project = rm
2 Install_Dir = /bin
3
4 CFILES = rm.c
5 MANPAGES = rm.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)/rm \
14 $(DSTROOT)$(Install_Dir)/unlink
15 $(LN) -f $(DSTROOT)/usr/share/man/man1/rm.1 \
16 $(DSTROOT)/usr/share/man/man1/unlink.1