aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-05-19 06:32:00 +0000
committerBruce Evans <bde@FreeBSD.org>1999-05-19 06:32:00 +0000
commita425c38dfd1a20b5cce36b5ffcbb3c7187b565cf (patch)
tree23163dd1d8e009c1f00154714b7f866fbfd5a600 /lib/libc
parent4af4aeae4b732aa403ad3ef75e8f7c243a6fcbcd (diff)
downloadsrc-a425c38dfd1a20b5cce36b5ffcbb3c7187b565cf.tar.gz
src-a425c38dfd1a20b5cce36b5ffcbb3c7187b565cf.zip
Fixed disordering and duplication of MLINKS in previous commit to
libc/string/Makefile.inc. psignal.3 doesn't live in libc/string.
Notes
Notes: svn path=/head/; revision=47320
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/Makefile.inc3
-rw-r--r--lib/libc/string/Makefile.inc3
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index b89bc0665d37..d7056940e3d4 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
-# $Id: Makefile.inc,v 1.50 1998/09/09 01:21:24 jdp Exp $
+# $Id: Makefile.inc,v 1.51 1999/04/07 02:59:47 jdp Exp $
# machine-independent gen sources
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/gen ${.CURDIR}/../libc/gen
@@ -92,6 +92,7 @@ MLINKS+=glob.3 globfree.3
MLINKS+=isinf.3 isnan.3
MLINKS+=popen.3 pclose.3
MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3
+MLINKS+=psignal.3 strsignal.3 psignal.3 sys_siglist.3 psignal.3 sys_signame.3
MLINKS+=pwcache.3 group_from_gid.3 pwcache.3 user_from_uid.3
MLINKS+=rand48.3 _rand48.3 rand48.3 drand48.3 rand48.3 erand48.3 \
rand48.3 jrand48.3 rand48.3 lcong48.3 rand48.3 lrand48.3 \
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 2defef1dcc26..f914863c70a8 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $Id: Makefile.inc,v 1.15 1999/01/19 23:45:48 jdp Exp $
+# $Id: Makefile.inc,v 1.16 1999/05/18 04:48:57 peter Exp $
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/string ${.CURDIR}/../libc/string
@@ -27,6 +27,5 @@ MLINKS+=strcat.3 strncat.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcpy.3 strncpy.3
MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3
-MLINKS+=psignal.3 strsignal.3 psignal.3 sys_siglist.3 psignal.3 sys_signame.3
MLINKS+=strtok.3 strtok_r.3
.endif