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