blob: 9ed51775fe93bc0870779339e8109084378344ed (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.inc,v 1.6 2002/07/08 21:31:22 mickey Exp $
SRCS+= bcmp.c bzero.c memchr.c memcmp.c memset.c index.c rindex.c \
strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
SRCS+= ffs.c strlcpy.c
|