umoddi3.c is now needed for libz
authorderaadt <deraadt@openbsd.org>
Thu, 11 Jul 2024 07:40:03 +0000 (07:40 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 11 Jul 2024 07:40:03 +0000 (07:40 +0000)
sys/arch/macppc/stand/ofwboot/Makefile

index 0e4ba71..73571ad 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.21 2021/05/10 17:29:41 gkoehler Exp $
+#      $OpenBSD: Makefile,v 1.22 2024/07/11 07:40:03 deraadt Exp $
 #      $NetBSD: Makefile,v 1.2 1997/04/17 07:46:24 thorpej Exp $
 
 S=     ${.CURDIR}/../../../..
@@ -27,7 +27,7 @@ SRCS+=                hexdump.c strtoll.c ufs2.c
 .PATH:         ${S}/lib/libkern/arch/powerpc ${S}/lib/libkern
 SRCS+=         getchar.c strlcpy.c memcpy.c memmove.c strlen.c strrchr.c \
                strlcat.c ashrdi3.c
-SRCS+=         moddi3.c
+SRCS+=         moddi3.c umoddi3.c
 
 NEWVERSWHAT=   "OpenFirmware Boot"