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