Removed gprof4. 8-byte counters are now handled by gprof.

This commit is contained in:
Bruce Evans 2002-03-06 14:10:48 +00:00
parent 17e623ac97
commit 21edcafd7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91747
2 changed files with 0 additions and 16 deletions

View File

@ -216,7 +216,6 @@ SUBDIR+=vacation
SUBDIR+=ar \
doscmd \
gcore \
gprof4 \
ncplist \
ncplogin \
nm \

View File

@ -1,15 +0,0 @@
# 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>