Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/efiboot use += :-)
details:   https://anonhg.NetBSD.org/src/rev/617d2cd469d5
branches:  trunk
changeset: 363027:617d2cd469d5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jul 08 17:01:02 2018 +0000
description:
use += :-)
diffstat:
 sys/arch/i386/stand/efiboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 2036ecfb35f0 -r 617d2cd469d5 sys/arch/i386/stand/efiboot/Makefile
--- a/sys/arch/i386/stand/efiboot/Makefile      Sun Jul 08 16:55:37 2018 +0000
+++ b/sys/arch/i386/stand/efiboot/Makefile      Sun Jul 08 17:01:02 2018 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.2 2018/07/08 16:50:28 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2018/07/08 17:01:02 christos Exp $
 
 SUBDIR=        bootia32
 .if ${MACHINE} == "amd64"
-SUBDIR=                bootx64
+SUBDIR+=       bootx64
 .endif
 
 .include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index