diff options
-rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 2 |
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 | |||
32 | SRCS+= abs.c div.c labs.c ldiv.c | 32 | SRCS+= 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") |
36 | SRCS+= insque.S remque.S | 36 | SRCS+= insque.S remque.S |
37 | .else | 37 | .else |
38 | SRCS+= insque.c remque.c | 38 | SRCS+= insque.c remque.c |