]> git.saurik.com Git - apple/system_cmds.git/blobdiff - bootlog.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / bootlog.tproj / Makefile
index 2799354238609ff736c412f75d927861d22f6ee7..2cb67d95fc9093e1ccb471d19ec871ad9d2f5b03 100644 (file)
@@ -5,4 +5,10 @@ CFILES = bootlog.c
 MANPAGES = bootlog.8
 LAUNCHD_PLISTS = com.apple.bootlog.plist
 
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip
+
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+
+after_install:
+       plutil -convert binary1 "$(DSTROOT)/System/Library/LaunchDaemons/$(LAUNCHD_PLISTS)"