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