Reorder a little to make clearer.
This commit is contained in:
parent
b26724915d
commit
10fa00e357
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.inc,v 1.30 2009/08/14 19:23:54 dsl Exp $
|
# $NetBSD: Makefile.inc,v 1.31 2013/07/18 12:53:09 matt Exp $
|
||||||
|
|
||||||
SRCS+= bswap16.S bswap32.S bswap64.S
|
SRCS+= bswap16.S bswap32.S bswap64.S
|
||||||
SRCS+= memcmp.S memcpy.S memmove.S memset.S
|
SRCS+= memcmp.S memcpy.S memmove.S memset.S
|
||||||
@ -10,7 +10,9 @@ SRCS+= ffs.S
|
|||||||
|
|
||||||
.if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000")
|
.if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000")
|
||||||
SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
|
SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
|
||||||
random.o random.d: random.c
|
.endif
|
||||||
.else
|
.if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "m68k"
|
||||||
SRCS+= random.S
|
SRCS+= random.S
|
||||||
|
.else
|
||||||
|
random.o random.po random.pico random.d: random.c
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user