freebsd-dev/usr.bin/gprof/Makefile
Stefan Farfeleder 8eece1e6eb Retire support for gprof's -c option. All our currently supported
architectures only provide a dummy implementation.

Silence on:	current@
2004-06-20 11:05:25 +00:00

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>