include ${MAKETOP}/Makefile-common

BINDIR=usr/libexec/

PROGRAM   = bugfiler
OBJECTS   = bugfiler.o error.o gethead.o process.o redist.o reply.o
BINOWN=	root
BINMODE=4555
MAN1PAGES = sendbug
MAN8PAGES = bugfiler

#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 ${MAKETOP}/Makefile-bin
include ${MAKETOP}/Makefile-man
-include Makedep
