summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-07-09 10:44:10 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-07-09 10:44:10 +0000
commit75b8ea03ec9c63eb8233b9459fef47d85adc2a27 (patch)
tree02dbae7facca4cf7bbea490b532b6541bd9c4a9a /sys/arch/sgi/stand
parent30f3d34cb94ccadc8ac97f2286d3f655eaf07add (diff)
Repair boot32 build after zlib upgrade.
Diffstat (limited to 'sys/arch/sgi/stand')
-rw-r--r--sys/arch/sgi/stand/boot32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/boot32/Makefile b/sys/arch/sgi/stand/boot32/Makefile
index 253fa906dc1..e7e007441af 100644
--- a/sys/arch/sgi/stand/boot32/Makefile
+++ b/sys/arch/sgi/stand/boot32/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2009/05/14 18:57:43 miod Exp $
+# $OpenBSD: Makefile,v 1.2 2011/07/09 10:44:09 miod Exp $
.include "${.CURDIR}/../Makefile32.inc"
LDSCRIPT= ${.CURDIR}/ld.script
@@ -7,7 +7,7 @@ PROG= boot32
.PATH: ${.CURDIR}/../boot
.include "${.CURDIR}/../boot/Makefile"
-SRCS+= ashrdi3.c udivdi3.c umoddi3.c qdivrem.c
+SRCS+= ashrdi3.c moddi3.c udivdi3.c umoddi3.c qdivrem.c
${PROG}: $(OBJS) $(LDADD)
$(LD) $(LDFLAGS) -o ${PROG} $(OBJS) -L${LIBSADIR} ${LIBSA} \