freebsd-dev/usr.bin/gprof/Makefile

11 lines
256 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/29/93
# $FreeBSD$
1994-05-27 12:33:43 +00:00
PROG= gprof
SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \
printgprof.c printlist.c kernel.c
2001-12-17 16:02:15 +00:00
FILES= gprof.flat gprof.callg
FILESDIR= ${SHAREDIR}/misc
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>