fts_load no longer has any return value
[unix-history] / usr / src / lib / libc / string / Makefile.inc
index 0d02152..2e06ac6 100644 (file)
@@ -1,23 +1,23 @@
-#      @(#)Makefile.inc        5.1 (Berkeley) %G%
+#      @(#)Makefile.inc        5.6 (Berkeley) %G%
 
 # string sources
 .PATH: ${.CURDIR}/${MACHINE}/string ${.CURDIR}/string
 
 
 # string sources
 .PATH: ${.CURDIR}/${MACHINE}/string ${.CURDIR}/string
 
-SRCS+= memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \
+SRCS+= memccpy.c strcasecmp.c strcoll.c strdup.c \
        strftime.c strmode.c strtok.c strxfrm.c swab.c
 
 .if   (${MACHINE} == "hp300")
 SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \
        rindex.s strcat.c strcmp.s strcpy.s strcspn.c strlen.s \
        strncat.c strncmp.s strncpy.s strpbrk.c strsep.c \
        strftime.c strmode.c strtok.c strxfrm.c swab.c
 
 .if   (${MACHINE} == "hp300")
 SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \
        rindex.s strcat.c strcmp.s strcpy.s strcspn.c strlen.s \
        strncat.c strncmp.s strncpy.s strpbrk.c strsep.c \
-       strstr.c strstr.c
+       strspn.c strstr.c
 .elif (${MACHINE} == "i386")
 SRCS+= bcmp.c bcopy.c bzero.s ffs.c index.c memchr.c memcmp.c memset.c \
        rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
        strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
        strspn.c strstr.c
 .elif (${MACHINE} == "tahoe")
 .elif (${MACHINE} == "i386")
 SRCS+= bcmp.c bcopy.c bzero.s ffs.c index.c memchr.c memcmp.c memset.c \
        rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
        strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
        strspn.c strstr.c
 .elif (${MACHINE} == "tahoe")
-SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.c memchr.c memcmp.s memset.s \
+SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.c memchr.c memcmp.s memset.c \
        rindex.c strcat.s strcmp.s strcpy.s strcspn.c strlen.s \
        strncat.s strncmp.s strncpy.s strpbrk.c strsep.c \
        strspn.c strstr.c
        rindex.c strcat.s strcmp.s strcpy.s strcspn.c strlen.s \
        strncat.s strncmp.s strncpy.s strpbrk.c strsep.c \
        strspn.c strstr.c
@@ -89,6 +89,10 @@ strrchr.po: rindex.c
 MAN3+= bcmp.0 bcopy.0 bstring.0 bzero.0 ffs.0 index.0 memccpy.0 memchr.0 \
        memcmp.0 memcpy.0 memmove.0 memset.0 rindex.0 strcasecmp.0 strcat.0 \
        strchr.0 strcmp.0 strcoll.0 strcpy.0 strcspn.0 strftime.0 string.0 \
 MAN3+= bcmp.0 bcopy.0 bstring.0 bzero.0 ffs.0 index.0 memccpy.0 memchr.0 \
        memcmp.0 memcpy.0 memmove.0 memset.0 rindex.0 strcasecmp.0 strcat.0 \
        strchr.0 strcmp.0 strcoll.0 strcpy.0 strcspn.0 strftime.0 string.0 \
-       strlen.0 strmode.0 strdup.0 strncasecmp.0 strncat.0 strncmp.0 \
-       strncpy.0 strpbrk.0 strrchr.0 strsep.0 strspn.0 strstr.0 strtok.0 \
-       strxfrm.0 swab.0
+       strlen.0 strmode.0 strdup.0 strpbrk.0 strrchr.0 strsep.0 strspn.0 \
+       strstr.0 strtok.0 strxfrm.0 swab.0
+
+MLINKS+=strcasecmp.3 strncasecmp.3
+MLINKS+=strcat.3 strncat.3
+MLINKS+=strcmp.3 strncmp.3
+MLINKS+=strcpy.3 strncpy.3