Module Name: src
Committed By: christos
Date: Sun Jul 8 17:01:02 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile
Log Message:
use += :-)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/efiboot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/efiboot/Makefile
diff -u src/sys/arch/i386/stand/efiboot/Makefile:1.2 src/sys/arch/i386/stand/efiboot/Makefile:1.3
--- src/sys/arch/i386/stand/efiboot/Makefile:1.2 Sun Jul 8 12:50:28 2018
+++ src/sys/arch/i386/stand/efiboot/Makefile Sun Jul 8 13:01:02 2018
@@ -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>