8eece1e6eb
architectures only provide a dummy implementation. Silence on: current@
11 lines
238 B
Makefile
11 lines
238 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/29/93
|
|
# $FreeBSD$
|
|
|
|
PROG= gprof
|
|
SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \
|
|
printgprof.c printlist.c kernel.c
|
|
FILES= gprof.flat gprof.callg
|
|
FILESDIR= ${SHAREDIR}/misc
|
|
|
|
.include <bsd.prog.mk>
|