X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/64d2f73f72a44d5cc536043a2a9270edc5de82da..40bf83fed3260cbe00f8bd41f2f5a5f622d625be:/chown/Makefile diff --git a/chown/Makefile b/chown/Makefile index 9d811a0..a399809 100644 --- a/chown/Makefile +++ b/chown/Makefile @@ -4,8 +4,7 @@ Install_Dir = /usr/sbin CFILES = chown.c MANPAGES = chgrp.1 chown.8 -Extra_CC_Flags = -Wall -mdynamic-no-pic \ - -D__FBSDID=__RCSID +Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE Extra_LD_Flags = -dead_strip include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make