blob: 2feab8eb5dec6962e1a7f094c66d7ad99257b808 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.inc,v 1.4 1999/09/14 00:46:18 mickey Exp $
SRCS+= 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+= bcmp.S bzero.S ffs.S strlcpy.S
|