]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/gprof/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / usr.bin / gprof / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/29/93
2 #       $FreeBSD$
3
4 PROG=   gprof
5 SRCS=   gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \
6         printgprof.c printlist.c kernel.c
7 FILES=  gprof.flat gprof.callg
8 FILESDIR=       ${SHAREDIR}/misc
9
10 .include <bsd.prog.mk>