artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddcc0d6
)
umoddi3.c is now needed for libz
author
deraadt
<deraadt@openbsd.org>
Thu, 11 Jul 2024 07:40:03 +0000
(07:40 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 11 Jul 2024 07:40:03 +0000
(07:40 +0000)
sys/arch/macppc/stand/ofwboot/Makefile
patch
|
blob
|
history
diff --git
a/sys/arch/macppc/stand/ofwboot/Makefile
b/sys/arch/macppc/stand/ofwboot/Makefile
index
0e4ba71
..
73571ad
100644
(file)
--- a/
sys/arch/macppc/stand/ofwboot/Makefile
+++ b/
sys/arch/macppc/stand/ofwboot/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.2
1 2021/05/10 17:29:41 gkoehler
Exp $
+# $OpenBSD: Makefile,v 1.2
2 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"