X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/916eb79ee6e2fd3e1ab08275e76ec4e126cab685..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/sync.tproj/Makefile diff --git a/sync.tproj/Makefile b/sync.tproj/Makefile index 51cb40e..502fbde 100644 --- a/sync.tproj/Makefile +++ b/sync.tproj/Makefile @@ -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