]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/gprof/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>