X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/916eb79ee6e2fd3e1ab08275e76ec4e126cab685..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/accton.tproj/Makefile diff --git a/accton.tproj/Makefile b/accton.tproj/Makefile index 36aed17..6a0e9a1 100644 --- a/accton.tproj/Makefile +++ b/accton.tproj/Makefile @@ -4,5 +4,8 @@ Install_Dir = /usr/sbin CFILES = accton.c MANPAGES = accton.8 -include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make +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