]>
Commit | Line | Data |
---|---|---|
916eb79e A |
1 | Project = sadc |
2 | Install_Dir = /usr/lib/sa | |
1815bff5 | 3 | |
c3a08f59 | 4 | HFILES = sadc.h |
c3a08f59 | 5 | CFILES = sadc.c |
916eb79e | 6 | MANPAGES = sa1.8 sa2.8 sadc.8 |
c3a08f59 A |
7 | |
8 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble sa1.8 sa1.sh\ | |
9 | sa2.8 sa2.sh sadc.8 | |
1815bff5 | 10 | |
916eb79e A |
11 | Extra_CC_Flags = -I. |
12 | Extra_Frameworks = -framework CoreFoundation -framework IOKit | |
1815bff5 | 13 | |
916eb79e | 14 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
1815bff5 | 15 | |
916eb79e | 16 | Install_Program_Mode = 04555 |
1815bff5 | 17 | |
916eb79e A |
18 | after_install: |
19 | $(INSTALL_DIRECTORY) $(DSTROOT)/private/var/log/sa | |
20 | $(INSTALL_DIRECTORY) $(DSTROOT)/$(Install_Dir) | |
21 | $(INSTALL_FILE) sa1.sh $(DSTROOT)$(Install_Dir)/sa1 | |
22 | $(CHMOD) 0555 $(DSTROOT)$(Install_Dir)/sa1 | |
23 | $(INSTALL_FILE) sa2.sh $(DSTROOT)$(Install_Dir)/sa2 | |
24 | $(CHMOD) 0555 $(DSTROOT)$(Install_Dir)/sa2 |