freebsd-dev/libexec/bugfiler/Makefile
1994-08-05 21:24:58 +00:00

18 lines
423 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= bugfiler
CFLAGS+=-I${.CURDIR}
SRCS= bugfiler.c error.c gethead.c process.c redist.c reply.c
BINOWN= root
BINMODE=4555
MAN1= sendbug.1
MAN8= bugfiler.8
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>