Makefile.inc (7e546392b5fe3a496acff53ac7aadd1c57b2a4cf) | Makefile.inc (8009c566df29a567fbd1ec08b901fda938ecc5ef) |
---|---|
1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 | 1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 |
2# $Id$ | 2# $Id: Makefile.inc,v 1.6 1997/02/22 14:59:02 peter Exp $ |
3 4SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \ | 3 4SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \ |
5 memmove.S memset.S \ | 5 memmove.S memcpy.S memset.S \ |
6 rindex.S strcat.S strchr.S strcmp.S strcpy.S strcspn.c \ 7 strlen.S strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \ 8 strspn.c strrchr.S strstr.c swab.S | 6 rindex.S strcat.S strchr.S strcmp.S strcpy.S strcspn.c \ 7 strlen.S strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \ 8 strspn.c strrchr.S strstr.c swab.S |