summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof4/Makefile
blob: 8426371097a3713dd35fe2a80d58645f1f080c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This was cloned from the Makefile for gprof by changing PROG from gprof
# to gprof4, adding NOMAN and PATH, adding -DGPROF4 to CFLAGS and deleting
# beforeinstall.

#	@(#)Makefile	5.17 (Berkeley) 5/11/90
#	$FreeBSD$

PROG=	gprof4
NOMAN=	noman
SRCS=	gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \
	printgprof.c printlist.c kernel.c
CFLAGS+=-DGPROF4
.PATH:	${.CURDIR}/../../usr.bin/gprof

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud