]> git.saurik.com Git - apple/system_cmds.git/blobdiff - getty.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / getty.tproj / Makefile
index 8c6b7a3945f2a56b9e189fcd961a9f6c7da8b2cd..fe7ba7769c0304d1a93d8bb2e15d12e73471d73e 100644 (file)
@@ -10,4 +10,12 @@ ifeq ($(Embedded),YES)
 LAUNCHD_PLISTS = com.apple.getty.plist
 endif
 
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip
+
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+
+ifeq ($(Embedded),YES)
+after_install:
+       plutil -convert binary1 "$(DSTROOT)/System/Library/LaunchDaemons/$(LAUNCHD_PLISTS)"
+endif