]> git.saurik.com Git - apple/system_cmds.git/blame - shutdown.tproj/Makefile
system_cmds-433.8.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
916eb79e
A
9Extra_Frameworks = -framework IOKit
10Extra_LD_Flags = -lbsm
1815bff5 11
916eb79e 12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make