blob: 1cb0efe2fbabc875b740a3b43304f0156306bdac (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile.inc,v 1.7 2002/09/10 03:40:26 mickey Exp $
SRCS+= bcmp.c bzero.c bcopy.c memchr.c memcmp.c memset.c index.c rindex.c \
strcat.c strcmp.c strcpy.c strlcpy.c strcspn.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c ffs.c
|