summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/boot/Makefile
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2013-04-23 16:41:14 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2013-04-23 16:41:14 +0000
commit994462ac40a3ec66ee8cebf67e4775444c93a953 (patch)
tree7bbe9bf4e02a3dc0e91d2ea767abe0be05a45841 /sys/arch/amd64/stand/boot/Makefile
parent95e95619630534f9964a29abcc04a36d72db77af (diff)
Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they
are needed for the upcoming type changes. ok deraadt@
Diffstat (limited to 'sys/arch/amd64/stand/boot/Makefile')
-rw-r--r--sys/arch/amd64/stand/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/boot/Makefile b/sys/arch/amd64/stand/boot/Makefile
index 14ae9eb123b..11465d919b5 100644
--- a/sys/arch/amd64/stand/boot/Makefile
+++ b/sys/arch/amd64/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2013/04/23 12:28:51 jsing Exp $
+# $OpenBSD: Makefile,v 1.23 2013/04/23 16:41:13 jsing Exp $
COPTS?=
MAN?= boot.8
@@ -45,7 +45,7 @@ SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pbkdf2.c rijndael.c sha1.c
.endif
.PATH: ${S}/lib/libkern/arch/amd64 ${S}/lib/libkern
-SRCS+= divdi3.c moddi3.c qdivrem.c
+SRCS+= divdi3.c moddi3.c qdivrem.c udivdi3.c umoddi3.c
.PATH: ${S}/lib/libz
SRCS+= adler32.c crc32.c inflate.c inftrees.c