summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-12-08 14:42:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-12-08 14:42:22 +0000
commit0d51f2437b8c53e33001327201ea57b5e2a4aa2f (patch)
tree1ff6a3f739c742337468dddac1ecf4d1b55eb886 /sys/arch/sgi
parent421577de121a8973b81e742593876afa058d9294 (diff)
Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of the
installer. Fixes boot block installation on, well, IP28.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/stand/boot64/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/stand/boot64/Makefile b/sys/arch/sgi/stand/boot64/Makefile
index feff68fe4f7..095cc666458 100644
--- a/sys/arch/sgi/stand/boot64/Makefile
+++ b/sys/arch/sgi/stand/boot64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2012/10/19 11:29:56 miod Exp $
+# $OpenBSD: Makefile,v 1.3 2013/12/08 14:42:21 miod Exp $
LDFLAGS+= ${SALDFLAGS} --oformat=elf64-tradbigmips -e __start
STRIP= strip
@@ -19,6 +19,7 @@ ${PROG}: $(OBJS) $(LDADD)
$(STRIP) --strip-unneeded ${PROG}
LINKS= ${BINDIR}/${PROG} ${BINDIR}/boot-IP27
+LINKS+= ${BINDIR}/${PROG} ${BINDIR}/boot-IP28
LINKS+= ${BINDIR}/${PROG} ${BINDIR}/boot-IP30
.include <bsd.prog.mk>