X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/a8daac8f698fa38f1ca3aaa2a3ed6ac20e5128e2..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/update.tproj/Makefile diff --git a/update.tproj/Makefile b/update.tproj/Makefile index 88540fe..15b4851 100644 --- a/update.tproj/Makefile +++ b/update.tproj/Makefile @@ -1,14 +1,5 @@ Project = update -Install_Dir = /usr/sbin -CFILES = update.c MANPAGES = update.8 -LAUNCHD_PLISTS = com.apple.update.plist include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make - -SANDBOX = "$(DSTROOT)/usr/share/sandbox" - -after_install: - $(INSTALL_DIRECTORY) $(SANDBOX) - $(INSTALL_FILE) update.sb $(SANDBOX)