Makefile.inc revision 1.1 1 # $NetBSD: Makefile.inc,v 1.1 2002/06/06 20:31:22 fredette Exp $
2
3 # $OpenBSD: Makefile.inc,v 1.4 1999/09/14 00:46:18 mickey Exp $
4
5 SRCS+= memchr.c memcmp.c memset.c index.c rindex.c \
6 strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
7 strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
8 strspn.c strstr.c swab.c
9 SRCS+= bcmp.S bzero.S ffs.S
10 # NetBSD doesn't currently let archs supply a strlcpy.S.
11 # plus, the one that fredette made is untested.
12 #SRCS+= strlcpy.S
13
14