]> git.saurik.com Git - apple/system_cmds.git/blame - shutdown.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / shutdown.tproj / Makefile
CommitLineData
916eb79e
A
1Project= shutdown
2Install_Dir = /sbin
1815bff5
A
3
4HFILES = pathnames.h
1815bff5 5CFILES = shutdown.c
916eb79e
A
6USERDEFS = kextmanager.defs
7MANPAGES = shutdown.8
1815bff5 8
ef8ad44b
A
9Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
10Extra_LD_Flags = -dead_strip
11
916eb79e 12Extra_Frameworks = -framework IOKit
ef8ad44b 13Extra_LD_Flags += -lbsm
1815bff5 14
916eb79e 15include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make