diff options
author | millert <> | 2003-05-09 19:31:15 +0000 |
---|---|---|
committer | millert <> | 2003-05-09 19:31:15 +0000 |
commit | 48e8f2a93f67f8ed59ce9a92eae6e88865d55936 (patch) | |
tree | 2731363543572d7653dd847632db643b59df9590 /src | |
parent | 9fb776562dfcdd1d4ed054cb8a93715e9dda7356 (diff) | |
download | openbsd-48e8f2a93f67f8ed59ce9a92eae6e88865d55936.tar.gz openbsd-48e8f2a93f67f8ed59ce9a92eae6e88865d55936.tar.bz2 openbsd-48e8f2a93f67f8ed59ce9a92eae6e88865d55936.zip |
assembler versions of insque and remque for m68k, also from 4.4BSD
Diffstat (limited to 'src')
-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 |