summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-09-23 12:55:59 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-09-23 12:55:59 +0000
commit8e6a31954e4a42be990bc33fcd59d1f74630ca24 (patch)
tree62f66b586d609f537d28409b3b75ed23f4bc2611
parent05de4085922084e54848503fc4de9350ddbbb666 (diff)
use .c versions of certain functions. 32 bit mode
-rw-r--r--sys/arch/sgi/stand/libkern/Makefile7
1 files changed, 2 insertions, 5 deletions
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