diff options
-rw-r--r-- | usr.bin/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/gprof4/Makefile | 15 |
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> |