]>
Commit | Line | Data |
---|---|---|
916eb79e A |
1 | Project = sc_usage |
2 | Install_Dir = /usr/bin | |
1815bff5 A |
3 | |
4 | CFILES = sc_usage.c | |
916eb79e | 5 | MANPAGES = sc_usage.1 |
1815bff5 | 6 | |
916eb79e | 7 | Extra_LD_Flags = -lcurses |
1815bff5 | 8 | |
916eb79e A |
9 | Extra_CC_Flags = -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders\ |
10 | -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders/bsd | |
1815bff5 | 11 | |
916eb79e | 12 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
1815bff5 | 13 | |
916eb79e A |
14 | after_install: |
15 | $(INSTALL_DIRECTORY) $(DSTROOT)/usr/share/misc | |
16 | $(INSTALL_FILE) trace.codes $(DSTROOT)/usr/share/misc | |
1815bff5 | 17 |