1 # This was cloned from the Makefile for gprof by changing PROG from gprof
2 # to gprof4, adding NOMAN and PATH, adding -DGPROF4 to CFLAGS and deleting
5 # @(#)Makefile 5.17 (Berkeley) 5/11/90
6 # $DragonFly: src/usr.bin/gprof4/Makefile,v 1.2 2007/08/27 16:50:54 pavalos Exp $
10 SRCS
= gprof.c aout.c arcs.c dfn.c elf.c lookup.c
${MACHINE_ARCH}.c hertz.c \
11 printgprof.c printlist.c
14 .PATH
: ${.CURDIR
}/..
/..
/usr.bin
/gprof
16 .
include <bsd.prog.mk
>