Initial import, 0.1 + pk 0.2.4-B1
[unix-history] / libexec / bugfiler / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.17 (Berkeley) 5/24/90
2# Fixed to use bsd.coe.montana.edu as a bugs host - rgrimes 4/04/93
3
4PROG= bugfiler
5CFLAGS+=-I${.CURDIR} -D"BUGS_HOME \"owner-386bsd_bugs@bsd.coe.montana.edu\""
6SRCS= bugfiler.c error.c gethead.c process.c redist.c reply.c
7BINOWN= root
8BINMODE=4555
9MAN1= sendbug.0
10MAN8= bugfiler.0
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>