blob: 002194e1d8c1e742c73b8953378475af86e0a3fa (
plain)
1
2
3
4
5
6
|
# $OpenBSD: Makefile.inc,v 1.1 2004/01/28 01:44:45 mickey Exp $
SRCS+= bcmp.c ffs.S index.c memchr.c memcmp.c bcopy.c bzero.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c memset.c strlcpy.c strlcat.c
|