`# $Id: Makefile.host,v 1.3 2010/12/06 15:46:09 ksb Exp $ # platform recipe for networkstats PROG= networkstats BIN= ${DESTDIR}/usr/local/libexec LIB= ${DESTDIR}/usr/local/lib DOC= ${DESTDIR}/usr/local/man SRCl= SRCs= networkstats MAN= OTHER= README INSTALL networkstats.init networkstats.pl sample.init \ site_networkstats.xml SOURCE= Makefile ITO.spec ${OTHER} ${MAN} ${SRCl} ${SRCs} all: ${PROG} clean: FRC rm -f Makefile.bak a.out core errs lint.out tags deinstall: ${MAN} ${DOC} FRC install -R ${BIN}/${PROG} mkcat -r${DOC} -D ${MAN} depend: FRC dirs: ${BIN} ${LIB} distrib: FRC distrib -c ${BIN}/${PROG} HOST install: all dirs FRC install -c ${PROG} ${BIN}/${PROG} lint: FRC mkcat: ${MAN} ${DOC} FRC mkcat -r${DOC} ${MAN} print: source FRC lpr -J"${PROG} source" ${SOURCE} source: ${SOURCE} spotless: clean rcsclean ${SOURCE} tags: FRC ${BIN} ${LIB}: install -dr $@ ${SOURCE}: co -q $@ FRC: 'dnl