From 15dc36463aff05ebdb00c1008f53c2497b1f2fcc Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 3 Dec 1996 19:35:42 +0000 Subject: [PATCH] We use C flavors of the quad support functions in libkern. --- sys/lib/libkern/arch/m68k/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/lib/libkern/arch/m68k/Makefile.inc b/sys/lib/libkern/arch/m68k/Makefile.inc index cda2668f695c..b4fa2c37c371 100644 --- a/sys/lib/libkern/arch/m68k/Makefile.inc +++ b/sys/lib/libkern/arch/m68k/Makefile.inc @@ -1,8 +1,6 @@ -# $NetBSD: Makefile.inc,v 1.10 1996/11/30 02:06:27 jtc Exp $ +# $NetBSD: Makefile.inc,v 1.11 1996/12/03 19:35:42 thorpej Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.S \ strncpy.S htonl.S htons.S ntohl.S ntohs.S scanc.S skpc.S \ strncasecmp.c __assert.c - -SRCS+= ashldi3.S ashrdi3.S lshrdi3.S