X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/5958d7c06f2795b9ec773eb750b8259460acf8cb..009ee3c6fe2929a4c90ae5c9eb1925573e17956b:/configd.tproj/Makefile.postamble diff --git a/configd.tproj/Makefile.postamble b/configd.tproj/Makefile.postamble index ce9e54f..0bd75f1 100644 --- a/configd.tproj/Makefile.postamble +++ b/configd.tproj/Makefile.postamble @@ -64,6 +64,7 @@ # the include path (defaults to -I.) # DEBUG_BUILD_LDFLAGS, OPTIMIZE_BUILD_LDFLAGS, PROFILE_BUILD_LDFLAGS: flags # passed to ld/libtool (defaults to nothing) +WARNING_CFLAGS=-Wall # Library and Framework projects only: @@ -98,4 +99,8 @@ # owned by the top-level Makefile API and no context has been set up for where # derived files should go. # +MACH_INIT_DIR = /private/etc/mach_init.d +install_extra: + $(MKDIRS) $(DSTROOT)$(MACH_INIT_DIR) + install -c -m 644 configd.plist $(DSTROOT)$(MACH_INIT_DIR)/configd.plist