]> git.saurik.com Git - apple/system_cmds.git/blobdiff - sync.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / sync.tproj / Makefile
index 51cb40e2d94a9765d881fa259d0c21514ff740e0..502fbde1b243fc34b41a45aa430f32e6f264121a 100644 (file)
@@ -4,4 +4,8 @@ Install_Dir = /bin
 CFILES = sync.c
 MANPAGES = sync.8
 
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_CC_Flags += -D__FBSDID=__RCSID
+Extra_LD_Flags = -dead_strip
+
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make