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