diff options
author | ru <ru@FreeBSD.org> | 2001-12-17 16:04:40 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-12-17 16:04:40 +0000 |
commit | aa219a0e7b7ab2b4277131e05fc7e55142b5ca94 (patch) | |
tree | 37238d8d9716120992c408180f342487e9de64a9 /usr.bin/gprof | |
parent | 7ed2dfe749dd701cbc6aca6e4a6e793edf77677a (diff) | |
download | FreeBSD-src-aa219a0e7b7ab2b4277131e05fc7e55142b5ca94.zip FreeBSD-src-aa219a0e7b7ab2b4277131e05fc7e55142b5ca94.tar.gz |
Oops, forgot to remove the `beforeinstall' block.
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index 0a0726b..5d77605 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -7,9 +7,4 @@ SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \ FILES= gprof.flat gprof.callg FILESDIR= ${SHAREDIR}/misc -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ - ${DESTDIR}/usr/share/misc - .include <bsd.prog.mk> |