diff options
Diffstat (limited to 'usr.bin/gprof/Makefile')
| -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 \ |
