diff options
author | 2014-11-27 12:36:49 +0000 | |
---|---|---|
committer | 2014-11-27 12:36:49 +0000 | |
commit | 4b335a80a658e8066ef9f4bde57ae1259f5556a3 (patch) | |
tree | 6aac1fb3966d85f6e1b587e565cbe7d496f55a3a | |
parent | Fix typos in comments. (diff) | |
download | wireguard-openbsd-4b335a80a658e8066ef9f4bde57ae1259f5556a3.tar.xz wireguard-openbsd-4b335a80a658e8066ef9f4bde57ae1259f5556a3.zip |
Remove ofwbootfd from sparc64 release dir since nobody will need it.
Requested by deraadt.
-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 |