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 hertz.c \ 6 printgprof.c printlist.c kernel.c 7FILES= gprof.flat gprof.callg 8FILESDIR= ${SHAREDIR}/misc 9 10WARNS?= 1 11 12.include <bsd.prog.mk> 13