From 8e6a31954e4a42be990bc33fcd59d1f74630ca24 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Thu, 23 Sep 2004 12:55:59 +0000 Subject: use .c versions of certain functions. 32 bit mode --- sys/arch/sgi/stand/libkern/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys') diff --git a/sys/arch/sgi/stand/libkern/Makefile b/sys/arch/sgi/stand/libkern/Makefile index c661e6bf23c..00b221a2676 100644 --- a/sys/arch/sgi/stand/libkern/Makefile +++ b/sys/arch/sgi/stand/libkern/Makefile @@ -1,11 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2004/09/22 22:06:16 miod Exp $ +# $OpenBSD: Makefile,v 1.4 2004/09/23 12:55:58 pefo Exp $ LIB= kern .PATH: ${.CURDIR}/../../../../lib/libkern -.PATH: ${.CURDIR}/../../../../lib/libkern/arch/mips64 - -.include "${.CURDIR}/../../../../lib/libkern/arch/mips64/Makefile.inc" CFLAGS= -O2 ${SAABI} -mno-abicalls -D_NO_ABICALLS ${STANDALONE} \ -nostdinc -I${.CURDIR}/../include -I${.CURDIR}/../../../.. \ @@ -19,7 +16,7 @@ AFLAGS= -x assembler-with-cpp -traditional-cpp -I${.CURDIR}/../include \ -I${.OBJDIR} # kern routines -SRCS= __main.c ashrdi3.c bzero.S divdi3.c qdivrem.c strlen.S \ +SRCS= __main.c ashrdi3.c bzero.c divdi3.c qdivrem.c strlen.c \ strcmp.c strlcat.c strlcpy.c strncmp.c umoddi3.c udivdi3.c ${OBJS}: ${.CURDIR}/../Makefile.inc -- cgit v1.2.3