]> git.saurik.com Git - apple/system_cmds.git/blame - bootlog.tproj/Makefile
system_cmds-498.2.tar.gz
[apple/system_cmds.git] / bootlog.tproj / Makefile
CommitLineData
916eb79e
A
1Project = bootlog
2Install_Dir = /usr/libexec
2fc1e207 3
34d340d7 4CFILES = bootlog.c
916eb79e
A
5MANPAGES = bootlog.8
6LAUNCHD_PLISTS = com.apple.bootlog.plist
2fc1e207 7
ef8ad44b
A
8Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
9Extra_LD_Flags = -dead_strip
10
916eb79e 11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
ef8ad44b
A
12
13after_install:
14 plutil -convert binary1 "$(DSTROOT)/System/Library/LaunchDaemons/$(LAUNCHD_PLISTS)"