aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gmon/Makefile.inc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 01:19:12 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 01:19:12 +0000
commit2ceb2ce9eed6efe8076988a9e81722d6a920245d (patch)
tree3e3913f9a690f2310dfc0d620e8803f623b40b54 /lib/libc/gmon/Makefile.inc
parent4ea6250be3be954b7960a67df7430716857eff00 (diff)
downloadsrc-2ceb2ce9eed6efe8076988a9e81722d6a920245d.tar.gz
src-2ceb2ce9eed6efe8076988a9e81722d6a920245d.zip
First crack at making libc work with the new make macros. It compiles on
my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
Notes
Notes: svn path=/head/; revision=1849
Diffstat (limited to 'lib/libc/gmon/Makefile.inc')
-rw-r--r--lib/libc/gmon/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc
index 959c3fbd0033..65a865917db6 100644
--- a/lib/libc/gmon/Makefile.inc
+++ b/lib/libc/gmon/Makefile.inc
@@ -4,7 +4,7 @@
.PATH: ${.CURDIR}/gmon
SRCS+= gmon.c mcount.c
-MAN3+= moncontrol.0
+MAN3+= gmon/moncontrol.3
# mcount cannot be compiled with profiling
mcount.po: mcount.o