summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon/Makefile.inc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-15 16:16:41 +0000
committerbde <bde@FreeBSD.org>1997-10-15 16:16:41 +0000
commitef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62 (patch)
tree996db595d6cfe17fb2d42bb8a87dfbc0ed57c2a4 /lib/libc/gmon/Makefile.inc
parentedce646e6cec03bcb56bfcba4ee7cb8ea8d242c7 (diff)
downloadFreeBSD-src-ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62.zip
FreeBSD-src-ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62.tar.gz
Removed the subdirectory paths from the definitions of MAN[1-9]. They
were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago.
Diffstat (limited to 'lib/libc/gmon/Makefile.inc')
-rw-r--r--lib/libc/gmon/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc
index a264d09..668cb26 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
OpenPOWER on IntegriCloud