This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / libexec / bugfiler / Makefile
CommitLineData
78ed81a3 1# from: @(#)Makefile 5.17 (Berkeley) 5/24/90
2# $Id$
15637ed4
RG
3
4PROG= bugfiler
78ed81a3 5CFLAGS+=-I${.CURDIR} -DBUGS_HOME=\"owner-FreeBSD-bugfiler@freefall.cdrom.com\"
15637ed4
RG
6SRCS= bugfiler.c error.c gethead.c process.c redist.c reply.c
7BINOWN= root
8BINMODE=4555
78ed81a3 9MAN1= sendbug.1
10MAN8= bugfiler.8
15637ed4
RG
11
12beforeinstall:
13 install -c -o bin -g ${BINGRP} -m 555 \
14 ${.CURDIR}/sendbug.sh ${DESTDIR}/usr/bin/sendbug
15 install -c -o bin -g ${BINGRP} -m 444 ${.CURDIR}/bugformat \
16 ${DESTDIR}/usr/share/misc
17
18.include <bsd.prog.mk>