717d9cdd57
1) Changed LIB_SCCS and SYSLIB_SCCS to LIB_RCS and SYSLIB_RCS. 2) Changed sccsid[] variables to rcsid[] 3) Moved all RCSID strings into .text 4) Converted all SCCSID's to RCS $Id$'s 5) Added missing $Id$'s after copyright.
9 lines
290 B
Makefile
9 lines
290 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $Id$
|
|
|
|
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
|