1# @(#)Makefile 8.1 (Berkeley) 6/29/93 2# $FreeBSD$ 3 4PROG= gprof 5SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \ 6 printgprof.c printlist.c kernel.c 7 8beforeinstall: 9 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 10 ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ 11 ${DESTDIR}/usr/share/misc 12 13.include <bsd.prog.mk> 14