8 lines
272 B
Makefile
8 lines
272 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
MDSRCS+=bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S memcpy.S \
|
|
memmove.S memset.S rindex.S strcat.S strchr.S strcmp.S strcpy.S \
|
|
strlen.S strncmp.S strrchr.S swab.S wcschr.S wcscmp.S wcslen.S \
|
|
wmemchr.S
|