]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/gprof/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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 WARNS?= 1
11
12 .include <bsd.prog.mk>