Turn this off on USE_NEW_TOOLCHAIN.

This commit is contained in:
tv 2001-08-06 20:01:23 +00:00
parent 3db6f60ffe
commit e7ad5cd6ce
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.7 2001/01/09 08:52:58 enami Exp $
# $NetBSD: Makefile,v 1.8 2001/08/06 20:01:23 tv Exp $
.include <bsd.own.mk>
.if !defined(USE_NEW_TOOLCHAIN)
PROG= gprof
SRCS= basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c cg_print.c \
core.c gmon_io.c gprof.c hertz.c hist.c source.c \
@ -22,4 +23,6 @@ BFDOBJ!= cd ${.CURDIR}/../../lib/libbfd && ${PRINTOBJDIR}
.PATH: ${DIST}/gprof
.include <bsd.info.mk>
.endif
.include <bsd.prog.mk>