diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 16:02:15 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 16:02:15 +0000 |
| commit | ccaec6d133b1583e991174634bb28bcee9886897 (patch) | |
| tree | 34039ae06c9de6e13744d15639ba2f610aadb72e /usr.bin/gprof | |
| parent | 184368159f9fffdcba50c66ed885735c495fde15 (diff) | |
Notes
Diffstat (limited to 'usr.bin/gprof')
| -rw-r--r-- | usr.bin/gprof/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index cc5a276ada97..0a0726b8c3d3 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -4,6 +4,8 @@ PROG= gprof SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \ printgprof.c printlist.c kernel.c +FILES= gprof.flat gprof.callg +FILESDIR= ${SHAREDIR}/misc beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ |
