Adapt to new ufs.c needing memcmp and memmove.

This commit is contained in:
he 2003-08-24 15:11:18 +00:00
parent 47a6e783ff
commit d871277d7d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2003/04/01 16:50:52 he Exp $
# $NetBSD: Makefile,v 1.32 2003/08/24 15:11:18 he Exp $
### what we need:
@ -25,7 +25,7 @@ COBJS+= divdi3.o moddi3.o qdivrem.o snprintf.o
SOBJS = alloc.o ashrdi3.o ashldi3.o bcopy.o muldi3.o printf.o startit.o
SOBJS += strlen.o strcmp.o memcmp.o strerror.o sprintf.o subr_prf.o
SOBJS += libstubs.o memset.o strncmp.o
SOBJS += libstubs.o memcmp.o memmove.o memset.o strncmp.o
OBJS= $(SOBJS) $(COBJS)

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2003/02/03 07:17:13 mhitch Exp $
# $NetBSD: Makefile,v 1.6 2003/08/24 15:11:19 he Exp $
### what we need:
@ -23,7 +23,7 @@ COBJS+= ufs.o ustarfs.o panic.o vers.o files.o
SOBJS = alloc.o ashrdi3.o ashldi3.o bcopy.o muldi3.o printf.o startit.o
SOBJS += strlen.o strcmp.o fstat.o
SOBJS += libstubs.o memset.o strncmp.o
SOBJS += libstubs.o memcmp.o memmove.o memset.o strncmp.o
OBJS= $(SOBJS) $(COBJS)