This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / libexec / bugfiler / Makefile
# @(#)Makefile 5.17 (Berkeley) 5/24/90
# Fixed to use bsd.coe.montana.edu as a bugs host - rgrimes 4/04/93
PROG= bugfiler
CFLAGS+=-I${.CURDIR} -DBUGS_HOME=\"owner-386bsd_bugs@bsd.coe.montana.edu\"
SRCS= bugfiler.c error.c gethead.c process.c redist.c reply.c
BINOWN= root
BINMODE=4555
MAN1= sendbug.0
MAN8= bugfiler.0
beforeinstall:
install -c -o bin -g ${BINGRP} -m 555 \
${.CURDIR}/sendbug.sh ${DESTDIR}/usr/bin/sendbug
install -c -o bin -g ${BINGRP} -m 444 ${.CURDIR}/bugformat \
${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>