summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-19 21:53:35 +0000
committerbde <bde@FreeBSD.org>1997-12-19 21:53:35 +0000
commitffda342eac5344e3e31a597293d88778c311e724 (patch)
tree5d60cd73ad4d11b093ea27568a5acdd02ddc020f /lib/libc
parent5d3ca24eb3ce5ffe51c5d97edb2e29e7452ef457 (diff)
downloadFreeBSD-src-ffda342eac5344e3e31a597293d88778c311e724.zip
FreeBSD-src-ffda342eac5344e3e31a597293d88778c311e724.tar.gz
Format the MLINKS statement the same as in most other libc Makefile.inc's.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gmon/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc
index 668cb26..b83c767 100644
--- a/lib/libc/gmon/Makefile.inc
+++ b/lib/libc/gmon/Makefile.inc
@@ -1,5 +1,5 @@
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $Id: Makefile.inc,v 1.4 1997/05/03 03:49:55 jb Exp $
+# $Id: Makefile.inc,v 1.5 1997/10/15 16:15:29 bde Exp $
# gmon sources
.PATH: ${.CURDIR}/../libc/gmon
@@ -8,7 +8,8 @@ SRCS+= gmon.c mcount.c
.if ${LIB} == "c"
MAN3+= moncontrol.3
-MLINKS+= moncontrol.3 monstartup.3
+
+MLINKS+=moncontrol.3 monstartup.3
.endif
# mcount cannot be compiled with profiling
OpenPOWER on IntegriCloud