blob: 1e0e847f1d00859ac065d6c0cbe092d5e52d3898 (
plain) (
blame)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile.inc,v 1.1 2004/08/11 17:30:59 pefo Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.c memset.c \
rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlcpy.c strlen.S \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
LSRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c rindex.c strcmp.c strlen.c
|