Source-Changes-HG archive

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

[src/trunk]: src/distrib/sun3 Include .include <bsd.own.mk> to get ${_SRC_TOP...



details:   https://anonhg.NetBSD.org/src/rev/24c1d47cce60
branches:  trunk
changeset: 525841:24c1d47cce60
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Apr 18 15:36:57 2002 +0000

description:
Include .include <bsd.own.mk> to get ${_SRC_TOP_}, and
${_SRC_TOP_}/distrib/Makefile.inc to get DISTRIBDIR & al.

diffstat:

 distrib/sun3/miniroot/Makefile |  6 ++++--
 distrib/sun3/ramdisk/Makefile  |  7 +++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r ae6317a6cce2 -r 24c1d47cce60 distrib/sun3/miniroot/Makefile
--- a/distrib/sun3/miniroot/Makefile    Thu Apr 18 15:32:30 2002 +0000
+++ b/distrib/sun3/miniroot/Makefile    Thu Apr 18 15:36:57 2002 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.23 2002/04/12 03:21:11 lukem Exp $
+#      $NetBSD: Makefile,v 1.24 2002/04/18 15:36:57 bouyer Exp $
+
+.include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 TOP=           ${.CURDIR}/..
 
-# This include just sets DISTRIBREV=XX
 .include "${TOP}/Makefile.inc"
 
 IMAGE= miniroot
diff -r ae6317a6cce2 -r 24c1d47cce60 distrib/sun3/ramdisk/Makefile
--- a/distrib/sun3/ramdisk/Makefile     Thu Apr 18 15:32:30 2002 +0000
+++ b/distrib/sun3/ramdisk/Makefile     Thu Apr 18 15:36:57 2002 +0000
@@ -1,8 +1,11 @@
-#      $NetBSD: Makefile,v 1.26 2002/04/06 18:16:12 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.27 2002/04/18 15:36:58 bouyer Exp $
+
+
+.include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 TOP=           ${.CURDIR}/..
 
-# This include just sets DISTRIBREV=XX
 .include "${TOP}/Makefile.inc"
 
 DBG=   -Os



Home | Main Index | Thread Index | Old Index