X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/a8daac8f698fa38f1ca3aaa2a3ed6ac20e5128e2..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/getty.tproj/Makefile diff --git a/getty.tproj/Makefile b/getty.tproj/Makefile index 8c6b7a3..fe7ba77 100644 --- a/getty.tproj/Makefile +++ b/getty.tproj/Makefile @@ -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