blob: dc565194977f275ddfaee8111b4b77201841e2e4 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile.inc,v 1.6 2012/09/04 03:10:42 okan Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S memset.S \
rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlcpy.c strlen.c \
strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.S
SRCS+= memcpy.S memmove.S strchr.S strrchr.S
|