Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/stand Add bootblk directory and only compil...
details: https://anonhg.NetBSD.org/src/rev/de7602192cf5
branches: trunk
changeset: 480029:de7602192cf5
user: eeh <eeh%NetBSD.org@localhost>
date: Thu Dec 30 16:27:54 1999 +0000
description:
Add bootblk directory and only compile things on sparc64 machines.
diffstat:
sys/arch/sparc64/stand/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 3d006cce32d9 -r de7602192cf5 sys/arch/sparc64/stand/Makefile
--- a/sys/arch/sparc64/stand/Makefile Thu Dec 30 16:26:18 1999 +0000
+++ b/sys/arch/sparc64/stand/Makefile Thu Dec 30 16:27:54 1999 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.2 1998/11/23 08:16:10 mrg Exp $
+# $NetBSD: Makefile,v 1.3 1999/12/30 16:27:54 eeh Exp $
-SUBDIR= ofwboot installboot
+.if ${MACHINE} == sparc64
+SUBDIR= ofwboot installboot bootblk
+.endif
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index