aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gmon
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-11-18 09:50:57 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-11-18 09:50:57 +0000
commitc51d717f0c0adcb64bbf49ef373972c2367c50ec (patch)
tree4be9315729643aac6dedae31e641794773358f91 /lib/libc/gmon
parent5d7c75f0adffaee638096a11223106ae303e9a66 (diff)
downloadsrc-c51d717f0c0adcb64bbf49ef373972c2367c50ec.tar.gz
src-c51d717f0c0adcb64bbf49ef373972c2367c50ec.zip
libc_r wasn't so tied to libc for 22 months.
Notes
Notes: svn path=/head/; revision=107052
Diffstat (limited to 'lib/libc/gmon')
-rw-r--r--lib/libc/gmon/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc
index ca13d5edbd0a..36d47e51acdf 100644
--- a/lib/libc/gmon/Makefile.inc
+++ b/lib/libc/gmon/Makefile.inc
@@ -2,15 +2,13 @@
# $FreeBSD$
# gmon sources
-.PATH: ${.CURDIR}/../libc/gmon
+.PATH: ${.CURDIR}/gmon
SRCS+= gmon.c mcount.c
-.if ${LIB} == "c"
MAN+= moncontrol.3
MLINKS+=moncontrol.3 monstartup.3
-.endif
# mcount cannot be compiled with profiling
mcount.po: mcount.o