diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2016-09-11 17:52:48 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2016-09-11 17:52:48 +0000 |
commit | 6ec9bb6fde9450387f7a9d50735304f6423ec9c2 (patch) | |
tree | 994ccb9b143737fc3507268b2d6b7b0d897f78db /sys/arch/i386/stand/cdboot | |
parent | 608e35dec6b06512cc2078e43f2b622fe55a6894 (diff) |
Switch i386 boot code to libsa MI softraid.
Diffstat (limited to 'sys/arch/i386/stand/cdboot')
-rw-r--r-- | sys/arch/i386/stand/cdboot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |