11590Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/29/93
285739Sgreen#	$FreeBSD: releng/10.3/usr.bin/gprof/Makefile 201386 2010-01-02 10:27:05Z ed $
31590Srgrimes
41590SrgrimesPROG=	gprof
5130776SstefanfSRCS=	gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \
685739Sgreen	printgprof.c printlist.c kernel.c
788064SruFILES=	gprof.flat gprof.callg
888064SruFILESDIR=	${SHAREDIR}/misc
91590Srgrimes
10201386SedWARNS?=	1
11201386Sed
121590Srgrimes.include <bsd.prog.mk>
13