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