]> git.saurik.com Git - apple/system_cmds.git/blob - sync.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / sync.tproj / Makefile
1 Project = sync
2 Install_Dir = /bin
3
4 CFILES = sync.c
5 MANPAGES = sync.8
6
7 Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
8 Extra_CC_Flags += -D__FBSDID=__RCSID
9 Extra_LD_Flags = -dead_strip
10
11 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make