1 # @(#)Makefile 8.1 (Berkeley) 6/29/93
2 # $FreeBSD: src/usr.bin/gprof/Makefile,v 1.4.6.1 2002/02/18 16:16:56 ru Exp $
3 # $DragonFly: src/usr.bin/gprof/Makefile,v 1.4 2007/08/27 16:50:54 pavalos Exp $
6 SRCS
= gprof.c aout.c arcs.c dfn.c elf.c lookup.c i386.c hertz.c \
7 printgprof.c printlist.c
8 FILES
= gprof.flat gprof.callg
9 FILESDIR
= ${SHAREDIR}/misc
12 .
include <bsd.prog.mk
>