NEXTSTEP_PB_CFLAGS += -DkBundleDirectory="\"$(BundleInstallDir)\"" \ -DkBundleExtension="\"$(BundleExtension)\"" include $(CoreOSMakefiles)/ProjectBuilder/Makefile.Postamble.Common STRIPFLAGS = -S install_bundles: @set -e; for bundle in $(BUNDLES); do \ echo "Installing in bundle $$bundle..."; \ $(MAKE) -C "$$bundle" install \ NEXTSTEP_INSTALLDIR="$(BundleInstallDir)" \ BUNDLE_EXTENSION="$(BundleExtension)"; \ done after_install: mkdir -p $(DSTROOT)/usr/share/man/man8 install -c -m 0644 SystemStarter.8 $(DSTROOT)/usr/share/man/man8