mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
Removed gprof4. 8-byte counters are now handled by gprof.
This commit is contained in:
parent
17e623ac97
commit
21edcafd7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91747
@ -216,7 +216,6 @@ SUBDIR+=vacation
|
||||
SUBDIR+=ar \
|
||||
doscmd \
|
||||
gcore \
|
||||
gprof4 \
|
||||
ncplist \
|
||||
ncplogin \
|
||||
nm \
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user