]> git.saurik.com Git - apple/system_cmds.git/blob - reboot.tproj/Makefile
40903abf9dc7c99f8451576acd0f9563ffe44ce3
[apple/system_cmds.git] / reboot.tproj / Makefile
1 Project = reboot
2 Install_Dir = /sbin
3
4 CFILES = reboot.c
5 MANPAGES = reboot.8
6
7 Embedded = $(shell tconf --test TARGET_OS_EMBEDDED)
8 ifeq ($(Embedded),NO)
9 USERDEFS = kextmanager.defs
10 endif
11
12 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
13
14 after_install:
15 $(LN) $(DSTROOT)/$(Install_Dir)/reboot $(DSTROOT)$(Install_Dir)/halt
16 $(LN) -fs reboot.8 $(DSTROOT)/usr/share/man/man8/halt.8