# $Id: Makefile,v 1.8 2008/12/02 22:12:13 ksb Exp $ # master source Makefile for oraclestats INTO= /usr/src/local/libexec/oraclestats # Merged with the list of peg hosts the hold oracle-.*.rrd files to make my.cf # See the README CFG= dmz.cf GEN= SOURCE= Makefile Makefile.host README ITO.spec oracle.cvu \ oraclestats.host oraclestats.man my.cf: rsync -arSH peg.sac::rrd | grep '^-rw.*host/.*/oracle-.*\.rrd' |\ xapply -fn '%[1 $$/-1/-$$]' - | \ hxmd -P1 -C ${CFG} -k SHORTHOST -C - -B2 'echo HOST' >$@ clean: FRC rm -f ${GEN} my.cf source: ${SOURCE} ${GEN} ${SOURCE}: co -q $@ FRC: # msrc patch to get up-to-date and checked-out sources __msrc: source