1*61419Sbostic# @(#)Makefile 8.1 (Berkeley) 06/04/93 242308Sbostic 341625SbosticPROG= bugfiler 441625SbosticCFLAGS+=-I${.CURDIR} 530890SbosticSRCS= bugfiler.c error.c gethead.c process.c redist.c reply.c 641625SbosticBINOWN= root 741625SbosticBINMODE=4555 836115SbosticMAN1= sendbug.0 936115SbosticMAN8= bugfiler.0 1012376Sralph 1141625Sbosticbeforeinstall: 1242307Sbostic install -c -o bin -g ${BINGRP} -m 555 \ 1341625Sbostic ${.CURDIR}/sendbug.sh ${DESTDIR}/usr/bin/sendbug 1441625Sbostic install -c -o bin -g ${BINGRP} -m 444 ${.CURDIR}/bugformat \ 1541625Sbostic ${DESTDIR}/usr/share/misc 1625392Sbloom 1741625Sbostic.include <bsd.prog.mk> 18