]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/gprof/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>