From 6ec9bb6fde9450387f7a9d50735304f6423ec9c2 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Sun, 11 Sep 2016 17:52:48 +0000 Subject: Switch i386 boot code to libsa MI softraid. --- sys/arch/i386/stand/cdboot/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/stand/cdboot') diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index 25c85b45000..3964fecb2b6 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2016/09/11 15:54:11 jsing Exp $ +# $OpenBSD: Makefile,v 1.28 2016/09/11 17:52:47 jsing Exp $ MAN= cdboot.8 @@ -34,7 +34,8 @@ SRCS+= close.c closeall.c cons.c cread.c dev.c disklabel.c dkcksum.c fstat.c \ lseek.c open.c read.c readdir.c stat.c SRCS+= elf32.c elf64.c loadfile.c SRCS+= cd9660.c ufs.c -SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pkcs5_pbkdf2.c rijndael.c sha1.c +SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pkcs5_pbkdf2.c rijndael.c \ + sha1.c softraid.c .PATH: ${S}/lib/libkern/arch/i386 SRCS+= moddi3.c divdi3.c qdivrem.c -- cgit v1.2.3