]> git.saurik.com Git - apple/shell_cmds.git/blame - test/Makefile
shell_cmds-118.tar.gz
[apple/shell_cmds.git] / test / Makefile
CommitLineData
41a2c555
A
1Project = test
2Install_Dir = /bin
44bd5ea7
A
3
4CFILES = test.c
41a2c555 5MANPAGES = test.1
44bd5ea7 6
41a2c555
A
7Extra_CC_Flags = -Wall -mdynamic-no-pic
8Extra_LD_Flags = -dead_strip
44bd5ea7 9
41a2c555
A
10include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
11include $(CoreOSMakefiles)/ProjectBuilder/Makefile.Postamble.Common
44bd5ea7 12
41a2c555
A
13after_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