Include files for pmax
This commit is contained in:
parent
6cd6f202d5
commit
6ffb5ee299
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile.inc 5.6 (Berkeley) 3/5/91
|
||||
# $Id: Makefile.inc,v 1.30 1994/09/03 05:07:49 jtc Exp $
|
||||
# $Id: Makefile.inc,v 1.31 1994/11/14 23:48:22 dean Exp $
|
||||
|
||||
# string sources
|
||||
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string
|
||||
|
@ -43,6 +43,11 @@ SRCS+= bcmp.c bcopy.c bzero.S ffs.S index.c memchr.c memcmp.c memset.c \
|
|||
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \
|
||||
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
|
||||
strspn.c strstr.c swab.c
|
||||
.elif (${MACHINE_ARCH} == "mips")
|
||||
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.c memset.c \
|
||||
rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlen.S \
|
||||
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
|
||||
strspn.c strstr.c swab.c
|
||||
.endif
|
||||
|
||||
# if no machine specific memmove(3), build one out of bcopy(3).
|
||||
|
|
Loading…
Reference in New Issue