diff options
Diffstat (limited to 'etc/etc.armv7/Makefile.inc')
-rw-r--r-- | etc/etc.armv7/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.armv7/Makefile.inc b/etc/etc.armv7/Makefile.inc index 18a4447db1d..b43edd42386 100644 --- a/etc/etc.armv7/Makefile.inc +++ b/etc/etc.armv7/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.15 2017/04/04 00:03:12 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2017/09/01 04:40:40 jsg Exp $ bootblocks: cp -p ${DESTDIR}/usr/mdec/BOOTARM.EFI ${RELEASEDIR} MDEXT= bsd.rd BOOTARM.EFI \ - miniroot-am335x-${OSrev}.fs miniroot-beagle-${OSrev}.fs \ + miniroot-am335x-${OSrev}.fs \ miniroot-cubie-${OSrev}.fs miniroot-cubox-${OSrev}.fs \ miniroot-nitrogen-${OSrev}.fs miniroot-panda-${OSrev}.fs \ miniroot-wandboard-${OSrev}.fs |