diff options
author | 2014-11-26 08:21:03 +0000 | |
---|---|---|
committer | 2014-11-26 08:21:03 +0000 | |
commit | a2f77a662c7278a27a14a0d9dceb3a568a8a65dc (patch) | |
tree | a9ab696dc84169ec3e8cfa62e6d5811bb79c7c10 | |
parent | Use ofwbootfd on sparc64 floppies. Avoids problems when ofwboot grows. (diff) | |
download | wireguard-openbsd-a2f77a662c7278a27a14a0d9dceb3a568a8a65dc.tar.xz wireguard-openbsd-a2f77a662c7278a27a14a0d9dceb3a568a8a65dc.zip |
Add ofwbootfd to list of sparc64 release files to checksum.
-rw-r--r-- | etc/etc.sparc64/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.sparc64/Makefile.inc b/etc/etc.sparc64/Makefile.inc index 250b9d0c7d3..2280d14c6d9 100644 --- a/etc/etc.sparc64/Makefile.inc +++ b/etc/etc.sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2014/11/24 11:27:57 stsp Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2014/11/26 08:21:03 stsp Exp $ KERNELS += GENERIC.MP bsd.mp @@ -7,4 +7,4 @@ bootblocks: MDEXT= bsd.rd cd${OSrev}.iso \ miniroot${OSrev}.fs floppy${OSrev}.fs floppyB${OSrev}.fs \ - bootblk ofwboot ofwboot.net + bootblk ofwboot ofwboot.net ofwbootfd |