diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-22 15:02:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-22 15:02:29 +0000 |
commit | 47c2b13e3db1dddf60c0fa55619807fdae1be902 (patch) | |
tree | 3c83a4bc40fcaba99cb948661ad147ef9bdd38ee /distrib/sparc64/bsd.rd | |
parent | 42d22829e9dfff96689f835534500cc76e42f350 (diff) |
Switch to using MI installboot, after a conversation with stsp. He will
need this soon.
install tested by jsg
Diffstat (limited to 'distrib/sparc64/bsd.rd')
-rw-r--r-- | distrib/sparc64/bsd.rd/Makefile | 3 | ||||
-rw-r--r-- | distrib/sparc64/bsd.rd/list | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sparc64/bsd.rd/Makefile b/distrib/sparc64/bsd.rd/Makefile index fbb93bdef81..07af017d921 100644 --- a/distrib/sparc64/bsd.rd/Makefile +++ b/distrib/sparc64/bsd.rd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2013/10/18 14:04:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.28 2014/11/22 15:02:27 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -20,7 +20,6 @@ REALIMAGE!= echo /var/tmp/image.${PID} STRIP?= strip GZIPCMD?= gzip GZIPFLAGS?= -9fn -INSTALLBOOT?= /usr/mdec/installboot -v MTREE= ${UTILS}/mtree.conf RAMDISK= RAMDISK diff --git a/distrib/sparc64/bsd.rd/list b/distrib/sparc64/bsd.rd/list index f838d22a51a..3d74a1f8314 100644 --- a/distrib/sparc64/bsd.rd/list +++ b/distrib/sparc64/bsd.rd/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.48 2014/07/20 02:37:35 deraadt Exp $ +# $OpenBSD: list,v 1.49 2014/11/22 15:02:27 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -58,6 +58,7 @@ LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/less usr/bin/more LINK instbin usr/bin/sed LINK instbin usr/bin/signify +LINK instbin usr/bin/installboot LINK instbin sbin/bioctl SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV |