]> git.saurik.com Git - apple/system_cmds.git/blob - update.tproj/Makefile
system_cmds-433.8.tar.gz
[apple/system_cmds.git] / update.tproj / Makefile
1 Project = update
2 Install_Dir = /usr/sbin
3
4 CFILES = update.c
5 MANPAGES = update.8
6 LAUNCHD_PLISTS = com.apple.update.plist
7
8 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
9
10 SANDBOX = "$(DSTROOT)/usr/share/sandbox"
11
12 after_install:
13 $(INSTALL_DIRECTORY) $(SANDBOX)
14 $(INSTALL_FILE) update.sb $(SANDBOX)