diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 16:16:41 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 16:16:41 +0000 |
| commit | 2bc3b4d735463264a45316eebe355c350cb92a0c (patch) | |
| tree | 48af6666877557ec551cbe874c4e7ecdfcfc0356 /lib/libc/gmon | |
| parent | 65068df9af9d595e211ce5699513b205289fd671 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gmon')
| -rw-r--r-- | lib/libc/gmon/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc index a264d0956df69..668cb268ae1be 100644 --- a/lib/libc/gmon/Makefile.inc +++ b/lib/libc/gmon/Makefile.inc @@ -1,14 +1,13 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile.inc,v 1.4 1997/05/03 03:49:55 jb Exp $ # gmon sources .PATH: ${.CURDIR}/../libc/gmon SRCS+= gmon.c mcount.c -# Only build man pages with libc. .if ${LIB} == "c" -MAN3+= gmon/moncontrol.3 +MAN3+= moncontrol.3 MLINKS+= moncontrol.3 monstartup.3 .endif |
