blob: f3950b3ce325a1ab79c504ad3415b407310ee5fc (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.5 1999/04/25 00:23:57 millert Exp $
# $NetBSD: Makefile.inc,v 1.4 1996/07/15 03:13:18 cgd Exp $
SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlcpy.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
SRCS+= memcpy.S memmove.S
LSRCS+= bcopy.c bzero.c
|