Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/newsmips/floppies/ramdisk Use ${_SRC_TOP_} instead o...



details:   https://anonhg.NetBSD.org/src/rev/0fa94f14364b
branches:  trunk
changeset: 525625:0fa94f14364b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Apr 14 07:14:44 2002 +0000

description:
Use ${_SRC_TOP_} instead of ${CURDIR}/../../../

diffstat:

 distrib/newsmips/floppies/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r f35ec9745de6 -r 0fa94f14364b distrib/newsmips/floppies/ramdisk/Makefile
--- a/distrib/newsmips/floppies/ramdisk/Makefile        Sun Apr 14 07:11:37 2002 +0000
+++ b/distrib/newsmips/floppies/ramdisk/Makefile        Sun Apr 14 07:14:44 2002 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.20 2002/04/14 02:31:15 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.21 2002/04/14 07:14:44 tsutsui Exp $
 
-.include "${.CURDIR}/../../../Makefile.inc"
 .include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 IMAGE=         ramdisk.fs
 IMAGESIZE=     2560k



Home | Main Index | Thread Index | Old Index