diff options
Diffstat (limited to 'sys/arch/i386/stand/cdboot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/cdboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index 29d82bb64a2..7ca7fb3f32f 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2020/06/14 16:00:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.38 2020/08/02 15:39:05 deraadt Exp $ MAN= cdboot.8 @@ -39,7 +39,7 @@ SRCS+= aes_xts.c bcrypt_pbkdf.c blowfish.c explicit_bzero.c hmac_sha1.c \ pkcs5_pbkdf2.c rijndael.c sha1.c sha2.c softraid.c .PATH: ${S}/lib/libkern/arch/i386 -SRCS+= moddi3.c divdi3.c qdivrem.c +SRCS+= ashldi3.c ashrdi3.c divdi3.c lshrdi3.c moddi3.c qdivrem.c .PATH: ${S}/lib/libkern SRCS+= strlcpy.c |