The new ufs.o also needs memset, so add it.
This commit is contained in:
parent
45cc3e349e
commit
cb53c3ac12
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.20 2003/08/21 23:24:36 he Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2003/08/24 15:19:46 he Exp $
|
||||
|
||||
LIB= sa
|
||||
|
||||
@ -25,8 +25,8 @@ SRCS+= ashldi3.c ashrdi3.c bzero.c strcmp.c strlen.c
|
||||
|
||||
# stand routines
|
||||
SRCS+= alloc.c bcmp.c bcopy.c exec.c files.c getfile.c gets.c globals.c \
|
||||
panic.c memcmp.c memcpy.c memmove.c printf.c strerror.c subr_prf.c \
|
||||
twiddle.c
|
||||
panic.c memcmp.c memcpy.c memmove.c memset.c printf.c strerror.c \
|
||||
subr_prf.c twiddle.c
|
||||
|
||||
# io routines
|
||||
SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c ioctl.c \
|
||||
|
Loading…
Reference in New Issue
Block a user