summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-06 14:10:48 +0000
committerbde <bde@FreeBSD.org>2002-03-06 14:10:48 +0000
commit0d40df5f4c8c27ed39dabb752cbf27b7f9b141bd (patch)
tree38f36b8983e3ede324f2d91eb86ae871801641f3
parent912fe80624cc18bb86d19858505e6aaf1f215cc0 (diff)
downloadFreeBSD-src-0d40df5f4c8c27ed39dabb752cbf27b7f9b141bd.zip
FreeBSD-src-0d40df5f4c8c27ed39dabb752cbf27b7f9b141bd.tar.gz
Removed gprof4. 8-byte counters are now handled by gprof.
-rw-r--r--usr.bin/Makefile1
-rw-r--r--usr.bin/gprof4/Makefile15
2 files changed, 0 insertions, 16 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 73153ee..12fe733 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -216,7 +216,6 @@ SUBDIR+=vacation
SUBDIR+=ar \
doscmd \
gcore \
- gprof4 \
ncplist \
ncplogin \
nm \
diff --git a/usr.bin/gprof4/Makefile b/usr.bin/gprof4/Makefile
deleted file mode 100644
index 8426371..0000000
--- a/usr.bin/gprof4/Makefile
+++ /dev/null
@@ -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>
OpenPOWER on IntegriCloud