blob: ad7b4d22afc580391f9d328e4706b51261dbac40 (
plain)
1
2
3
4
5
6
|
# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:47 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
|