blob: 8c2cf08294263139b23ced0c41599a8f3a713ce4 (
plain)
1
2
3
4
5
6
|
# $OpenBSD: Makefile.inc,v 1.3 1999/04/25 00:23:57 millert Exp $
SRCS+= bcmp.c bcopy.c bzero.c ffs.c 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
|