diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-12 12:16:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-12 12:16:00 +0000 |
commit | ff051aeeb25a82fbab57e6e17823414ce7c5ad60 (patch) | |
tree | 4682057511d38a759a05087cd9187bc7554b36f0 /etc | |
parent | c7a827cd3512d767d849077d269ae95ba8de0451 (diff) |
Install and document the S-Records boot loader.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.mvme88k/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.mvme88k/Makefile.inc b/etc/etc.mvme88k/Makefile.inc index 02d714b524f..f6a699e7a3f 100644 --- a/etc/etc.mvme88k/Makefile.inc +++ b/etc/etc.mvme88k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.15 2011/07/30 05:38:41 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2013/05/12 12:15:59 miod Exp $ KERNELS += GENERIC.MP bsd.mp @@ -6,4 +6,4 @@ bootblocks: cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ MDEXT= bsd.rd \ - bootsd bootst bootxx installboot netboot stboot tftpboot + bootsd bootst bootxx installboot netboot sboot stboot tftpboot |