1# @(#)Makefile 8.1 (Berkeley) 6/29/93 2# $FreeBSD$ 3 4PROG= gprof 5SRCS= gprof.c arcs.c dfn.c elf.c lookup.c hertz.c \ 6 printgprof.c printlist.c kernel.c 7 8FILES= gprof.flat gprof.callg 9FILESDIR= ${SHAREDIR}/misc 10 11WARNS?= 1 12 13.include <bsd.prog.mk> 14