Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sparc/bootfs use KERNOBJDIR from bsd.kernobj.mk
details: https://anonhg.NetBSD.org/src/rev/97cffa9ee4e2
branches: trunk
changeset: 485617:97cffa9ee4e2
user: sjg <sjg%NetBSD.org@localhost>
date: Tue May 02 07:10:19 2000 +0000
description:
use KERNOBJDIR from bsd.kernobj.mk
diffstat:
distrib/sparc/bootfs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 8a5ed8d997b4 -r 97cffa9ee4e2 distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile Tue May 02 06:47:23 2000 +0000
+++ b/distrib/sparc/bootfs/Makefile Tue May 02 07:10:19 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/04/16 04:16:12 mrg Exp $
+# $NetBSD: Makefile,v 1.18 2000/05/02 07:10:19 sjg Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@@ -6,8 +6,8 @@
.include "${TOP}/Makefile.inc"
.include <bsd.own.mk> # So we use /etc/mk.conf.
-
-KERN?= ${TOP}/../../sys/arch/sparc/compile/INSTALL/netbsd
+.include <bsd.kernobj.mk>
+KERN?= ${KERNOBJDIR}/INSTALL/netbsd
MOUNT_POINT?= /mnt
VND?= vnd0
Home |
Main Index |
Thread Index |
Old Index