]> git.saurik.com Git - apple/shell_cmds.git/blob - tee/Makefile
6b6b99004e2efb5fe0102ab3c37853bc8e7eab73
[apple/shell_cmds.git] / tee / Makefile
1 Project = tee
2 Install_Dir = /usr/bin
3
4 CFILES = tee.c
5 MANPAGES = tee.1
6
7 Extra_CC_Flags = -Wall -mdynamic-no-pic
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make