Add bzero.S and strlen.S to the stuff that gets installed in libkern.

This commit is contained in:
eeh 2002-02-20 22:45:04 +00:00
parent e187e66235
commit 2fdccc01af
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.4 2001/11/25 01:09:58 mjl Exp $
# $NetBSD: Makefile.inc,v 1.5 2002/02/20 22:45:04 eeh Exp $
KMINCLUDES=
KMSRCS= arch/powerpc/string/ffs.S
KMSRCS=
.if (${MKSOFTFLOAT} != "no")
CPPFLAGS+= -DSOFTFLOAT_NEED_FIXUNS

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile.inc,v 1.3 2001/11/30 02:26:35 mjl Exp $
# $NetBSD: Makefile.inc,v 1.4 2002/02/20 22:45:05 eeh Exp $
SRCS+= bzero.S ffs.S strlen.S
KMSRCS+=bzero.S ffs.S strlen.S
SRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c \