diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
| commit | a5b996a7ecea192e05c848269fbfb40c1e7c50ef (patch) | |
| tree | b43d0e66d9963acc026a6322b81fd219d273736b /libexec/bugfiler/Makefile | |
| parent | df2fbf15a2e56a16c3b54b93a3369b662b6f20e5 (diff) | |
Notes
Diffstat (limited to 'libexec/bugfiler/Makefile')
| -rw-r--r-- | libexec/bugfiler/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libexec/bugfiler/Makefile b/libexec/bugfiler/Makefile deleted file mode 100644 index fb7763353155..000000000000 --- 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> |
