summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/Makefile.inc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-05-19 06:32:00 +0000
committerbde <bde@FreeBSD.org>1999-05-19 06:32:00 +0000
commitba1a6bd3e015b1fccbda2825fc970a4fdcbd1afd (patch)
tree1f4f3995835325ba3e074384d6ddae12a85ff5a1 /lib/libc/string/Makefile.inc
parentfc223205106fcc94cb226bc39836d76ca2c3e1d5 (diff)
downloadFreeBSD-src-ba1a6bd3e015b1fccbda2825fc970a4fdcbd1afd.zip
FreeBSD-src-ba1a6bd3e015b1fccbda2825fc970a4fdcbd1afd.tar.gz
Fixed disordering and duplication of MLINKS in previous commit to
libc/string/Makefile.inc. psignal.3 doesn't live in libc/string.
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-rw-r--r--lib/libc/string/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 2defef1..f914863 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
OpenPOWER on IntegriCloud