]> git.saurik.com Git - apple/system_cmds.git/blobdiff - dmesg.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / dmesg.tproj / Makefile
index 955ab2c6317af4ccabf4a6933c9747cd8104bcbd..7ab0dcf7dd8a0ec33698d25f0c4323a13cab950e 100644 (file)
@@ -5,6 +5,8 @@ CFILES = dmesg.c
 MANPAGES = dmesg.8
 MAKEFILE = tool.make
 
-Extra_LD_Flags = -lproc
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip
+Extra_LD_Flags += -lproc
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make