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