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