add mulsi3, needed by inet_addr.o

This commit is contained in:
christos 2015-07-30 07:44:40 +00:00
parent 6e61a7832e
commit 7c7a7b43d2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.35 2014/09/08 12:12:19 joerg Exp $
# $NetBSD: Makefile.inc,v 1.36 2015/07/30 07:44:40 christos Exp $
SRCS+= bswap16.S bswap32.S bswap64.S
SRCS+= memcmp.S memcpy.S memmove.S memset.S
@ -12,7 +12,7 @@ SRCS+= ffs.S
SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
.endif
.if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "m68k"
SRCS+= random.S
SRCS+= mulsi3.S random.S
.else
random.o random.po random.pico random.d: random.c
.endif