blob: e40cf017c087126422b0efbc455401ea8ac9aa97 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile.inc,v 1.3 2002/05/17 06:58:20 miod Exp $
# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:45 mycroft 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
|