diff options
author | 2008-03-11 20:07:53 +0000 | |
---|---|---|
committer | 2008-03-11 20:07:53 +0000 | |
commit | ff36b2c8c18d90b4460a07204095a27479d6c1ab (patch) | |
tree | 86e0b19c7b958e46ffb0fec10c0cb9126e1b67a2 | |
parent | EXAMPLES: (diff) | |
download | wireguard-openbsd-ff36b2c8c18d90b4460a07204095a27479d6c1ab.tar.xz wireguard-openbsd-ff36b2c8c18d90b4460a07204095a27479d6c1ab.zip |
use muldi3.c to avoid putting instructions 68060 does not support into the
boot media; from miod, tested by martin, this is just making release.
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index 31750f45dee..65a5190e4a4 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2007/12/28 18:56:09 miod Exp $ +# $OpenBSD: Makefile,v 1.21 2008/03/11 20:07:53 deraadt Exp $ LIB=sa @@ -20,7 +20,7 @@ SRCS+= alloc.c memcpy.c exit.c getfile.c gets.c globals.c printf.c \ SRCS+= arp.c ether.c in_cksum.c net.c netif.c rpc.c nfs.c rarp.c bootparam.c .PATH: ${S}/lib/libkern -SRCS+= ashrdi3.c +SRCS+= ashrdi3.c muldi3.c # DBG= -DDEBUG -DNETIF_DEBUG -DNFS_DEBUG -DRPC_DEBUG \ # -DNET_DEBUG -DRARP_DEBUG -DETHER_DEBUG |