diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-29 21:12:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-29 21:12:27 +0000 |
commit | db4ff0537a285137d22d610a8d229d30955181f3 (patch) | |
tree | a3aef28106e81149d2b46636acee273fb6dc7bf5 /lib/libc/gmon/Makefile.inc | |
parent | 79c215bbdf655d5e8b7291acc4eefac3ce2cb3b8 (diff) |
man page repairs; aaron@ug.cs.dal.ca
Diffstat (limited to 'lib/libc/gmon/Makefile.inc')
-rw-r--r-- | lib/libc/gmon/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc index 72a67d1556a..3c4d53b572f 100644 --- a/lib/libc/gmon/Makefile.inc +++ b/lib/libc/gmon/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:27:59 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1998/08/29 21:11:38 deraadt Exp $ # gmon sources .PATH: ${.CURDIR}/gmon @@ -6,6 +6,8 @@ SRCS+= gmon.c mcount.c MAN+= moncontrol.3 +MLINKS+=moncontrol.3 monstartup.3 + # mcount cannot be compiled with profiling mcount.po: mcount.o cp mcount.o mcount.po |