]> git.saurik.com Git - apple/shell_cmds.git/blob - expr/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / expr / Makefile
1 Project = expr
2 Install_Dir = /bin
3
4 CFILES = expr.c
5 MANPAGES = expr.1
6
7 Extra_CC_Flags = -Wall \
8 -D__DARWIN_UNIX03=1
9 Extra_LD_Flags = -dead_strip
10
11 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make