diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-09 19:31:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-09 19:31:16 +0000 |
commit | 60a3cee652d0d07ffd5ded816409769cee5463ea (patch) | |
tree | 7dbe7cb0a7e1c38b2f9bfad05cb62c91246e2762 /lib/libc/stdlib/Makefile.inc | |
parent | 152dc9060b79fadd9adaccf594ec076d4620347e (diff) |
assembler versions of insque and remque for m68k, also from 4.4BSD
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 4ed97c5b660..bfbbdcb7f43 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -32,7 +32,7 @@ SRCS+= abs.c div.c labs.c ldiv.c SRCS+= abs.c div.c labs.c ldiv.c .endif -.if (${MACHINE_ARCH} == "vax") +.if (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "m68k") SRCS+= insque.S remque.S .else SRCS+= insque.c remque.c |