diff options
author | phk <phk@FreeBSD.org> | 1995-10-15 17:40:20 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-10-15 17:40:20 +0000 |
commit | b4ba3ea11123f5955abb276a8218b5b3ab15c902 (patch) | |
tree | 894ed1f9243dd954db90a45c293468c497749a34 /lib/libc/gmon | |
parent | 3248f0f5718c36bebef61e4dcef3b66dbbaaa4d7 (diff) | |
download | FreeBSD-src-b4ba3ea11123f5955abb276a8218b5b3ab15c902.zip FreeBSD-src-b4ba3ea11123f5955abb276a8218b5b3ab15c902.tar.gz |
Add moncontrol.3 -> monstartup.3 link here.
Diffstat (limited to 'lib/libc/gmon')
-rw-r--r-- | lib/libc/gmon/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc index 65a8659..57dc293 100644 --- a/lib/libc/gmon/Makefile.inc +++ b/lib/libc/gmon/Makefile.inc @@ -5,6 +5,7 @@ SRCS+= gmon.c mcount.c MAN3+= gmon/moncontrol.3 +MLINKS+= moncontrol.3 monstartup.3 # mcount cannot be compiled with profiling mcount.po: mcount.o |