summaryrefslogtreecommitdiffstats
path: root/libexec/bugfiler
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bugfiler')
-rw-r--r--libexec/bugfiler/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/libexec/bugfiler/Makefile b/libexec/bugfiler/Makefile
deleted file mode 100644
index fb77633..0000000
--- a/libexec/bugfiler/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# @(#)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>
OpenPOWER on IntegriCloud