summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>2003-05-09 19:31:15 +0000
committermillert <>2003-05-09 19:31:15 +0000
commit48e8f2a93f67f8ed59ce9a92eae6e88865d55936 (patch)
tree2731363543572d7653dd847632db643b59df9590
parent9fb776562dfcdd1d4ed054cb8a93715e9dda7356 (diff)
downloadopenbsd-48e8f2a93f67f8ed59ce9a92eae6e88865d55936.tar.gz
openbsd-48e8f2a93f67f8ed59ce9a92eae6e88865d55936.tar.bz2
openbsd-48e8f2a93f67f8ed59ce9a92eae6e88865d55936.zip
assembler versions of insque and remque for m68k, also from 4.4BSD
-rw-r--r--src/lib/libc/stdlib/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc
index 4ed97c5b66..bfbbdcb7f4 100644
--- a/src/lib/libc/stdlib/Makefile.inc
+++ b/src/lib/libc/stdlib/Makefile.inc
@@ -32,7 +32,7 @@ SRCS+= abs.c div.c labs.c ldiv.c
32SRCS+= abs.c div.c labs.c ldiv.c 32SRCS+= abs.c div.c labs.c ldiv.c
33.endif 33.endif
34 34
35.if (${MACHINE_ARCH} == "vax") 35.if (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "m68k")
36SRCS+= insque.S remque.S 36SRCS+= insque.S remque.S
37.else 37.else
38SRCS+= insque.c remque.c 38SRCS+= insque.c remque.c