diff options
author | ru <ru@FreeBSD.org> | 2001-12-17 16:02:15 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-12-17 16:02:15 +0000 |
commit | 7ed2dfe749dd701cbc6aca6e4a6e793edf77677a (patch) | |
tree | 34039ae06c9de6e13744d15639ba2f610aadb72e /usr.bin/gprof | |
parent | 57dd87fb9e79b4b3f97950043aedb652eb63035a (diff) | |
download | FreeBSD-src-7ed2dfe749dd701cbc6aca6e4a6e793edf77677a.zip FreeBSD-src-7ed2dfe749dd701cbc6aca6e4a6e793edf77677a.tar.gz |
Install files via FILES.
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 cc5a276..0a0726b 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 \ |