]> git.saurik.com Git - apple/shell_cmds.git/blob - test/Makefile
shell_cmds-118.tar.gz
[apple/shell_cmds.git] / test / Makefile
1 Project = test
2 Install_Dir = /bin
3
4 CFILES = test.c
5 MANPAGES = test.1
6
7 Extra_CC_Flags = -Wall -mdynamic-no-pic
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
11 include $(CoreOSMakefiles)/ProjectBuilder/Makefile.Postamble.Common
12
13 after_install:
14 $(LN) -f $(DSTROOT)/$(Install_Dir)/test $(DSTROOT)$(Install_Dir)/[
15 $(LN) -f $(DSTROOT)/usr/share/man/man1/test.1 \
16 $(DSTROOT)/usr/share/man/man1/[.1