]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/gprof/Makefile
zfs: merge openzfs/zfs@f795e90a1
[FreeBSD/FreeBSD.git] / usr.bin / gprof / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/29/93
2
3 PROG=   gprof
4 SRCS=   gprof.c arcs.c dfn.c elf.c lookup.c hertz.c \
5         printgprof.c printlist.c kernel.c
6
7 FILES=  gprof.flat gprof.callg
8 FILESDIR=       ${SHAREDIR}/misc
9
10 WARNS?= 1
11
12 .include <bsd.prog.mk>