diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-08-02 15:39:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-08-02 15:39:06 +0000 |
commit | 7805c61096c4fab12e899bde74e7313b411e588c (patch) | |
tree | 9fb2257aa5df21f53a6a72816e5e0232d7b4f4a7 /sys/arch/i386/stand | |
parent | 43fdc2d10cb5849a05f14f3193e40e500d7b353e (diff) |
additional files from libkern will be needed by clang10
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/cdboot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index 31a810985fa..b2b6a9ffb59 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.73 2020/06/14 16:00:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.74 2020/08/02 15:39:03 deraadt Exp $ COPTS?= MAN?= boot.8 @@ -54,7 +54,7 @@ SRCS+= aes_xts.c bcrypt_pbkdf.c blowfish.c explicit_bzero.c hmac_sha1.c \ .endif .PATH: ${S}/lib/libkern -SRCS+= divdi3.c moddi3.c qdivrem.c +SRCS+= ashldi3.c ashrdi3.c divdi3.c lshrdi3.c moddi3.c qdivrem.c SRCS+= strlcpy.c .PATH: ${S}/lib/libz 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 diff --git a/sys/arch/i386/stand/pxeboot/Makefile b/sys/arch/i386/stand/pxeboot/Makefile index b1ce1bbfdfc..8f263c02cca 100644 --- a/sys/arch/i386/stand/pxeboot/Makefile +++ b/sys/arch/i386/stand/pxeboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2020/06/14 16:00:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.35 2020/08/02 15:39:05 deraadt Exp $ MAN= pxeboot.8 @@ -41,7 +41,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+= divdi3.c moddi3.c qdivrem.c udivdi3.c umoddi3.c +SRCS+= ashldi3.c ashrdi3.c divdi3.c lshrdi3.c moddi3.c qdivrem.c udivdi3.c umoddi3.c .PATH: ${S}/lib/libkern SRCS+= strlcpy.c |