]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.bin/gprof/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>