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