summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof4/Makefile
blob: 57646560886fe9d7d95ba4ce7a88855fa09941e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

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

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