]> git.saurik.com Git - apple/system_cmds.git/blobdiff - update.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / update.tproj / Makefile
index 88540fe6329001a2e6d4b54e6f49d59c95852814..15b4851290ede2f0dd52d9c10b1eb6a9299dfaa8 100644 (file)
@@ -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)