diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-11-27 12:36:50 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-11-27 12:36:50 +0000 |
commit | 9257c5c0b82cca11f80a0e0121dd26e3da948db1 (patch) | |
tree | cac9b39db8d33b375c6239eb20b42ed72cbfd969 /etc | |
parent | 39c488c081d73aeba083c358965d0e9c43f31f5d (diff) |
Remove ofwbootfd from sparc64 release dir since nobody will need it.
Requested by deraadt.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc64/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.sparc64/Makefile.inc b/etc/etc.sparc64/Makefile.inc index 2280d14c6d9..e41c4af9c52 100644 --- a/etc/etc.sparc64/Makefile.inc +++ b/etc/etc.sparc64/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.13 2014/11/26 08:21:03 stsp Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2014/11/27 12:36:49 stsp Exp $ KERNELS += GENERIC.MP bsd.mp bootblocks: - cp ${DESTDIR}/usr/mdec/*boot* ${RELEASEDIR} + cp ${DESTDIR}/usr/mdec/{bootblk,ofwboot,ofwboot.net} ${RELEASEDIR} MDEXT= bsd.rd cd${OSrev}.iso \ miniroot${OSrev}.fs floppy${OSrev}.fs floppyB${OSrev}.fs \ - bootblk ofwboot ofwboot.net ofwbootfd + bootblk ofwboot ofwboot.net |