mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01:00
012dfd00b3
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
9 lines
342 B
Makefile
9 lines
342 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $Id: Makefile.inc,v 1.4 1995/01/23 01:28:45 davidg Exp $
|
|
|
|
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \
|
|
memmove.S memset.S \
|
|
rindex.S strcat.S strchr.S strcmp.S strcpy.S strcspn.c \
|
|
strlen.S strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \
|
|
strspn.c strrchr.S strstr.c swab.S
|