Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies/common We need bsd.sys.mk to get ${STR...
details: https://anonhg.NetBSD.org/src/rev/83c1eeded05a
branches: trunk
changeset: 525403:83c1eeded05a
user: mycroft <mycroft%NetBSD.org@localhost>
date: Wed Apr 10 21:12:15 2002 +0000
description:
We need bsd.sys.mk to get ${STRIP} when USETOOLS is not set.
diffstat:
distrib/i386/floppies/common/Makefile.bootfloppy | 3 ++-
distrib/i386/floppies/common/Makefile.fdset | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 2fe7512a3aa3 -r 83c1eeded05a distrib/i386/floppies/common/Makefile.bootfloppy
--- a/distrib/i386/floppies/common/Makefile.bootfloppy Wed Apr 10 20:30:30 2002 +0000
+++ b/distrib/i386/floppies/common/Makefile.bootfloppy Wed Apr 10 21:12:15 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootfloppy,v 1.3 2002/02/26 22:52:10 lukem Exp $
+# $NetBSD: Makefile.bootfloppy,v 1.4 2002/04/10 21:12:15 mycroft Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -87,3 +87,4 @@
.include <bsd.own.mk>
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.include <bsd.sys.mk>
diff -r 2fe7512a3aa3 -r 83c1eeded05a distrib/i386/floppies/common/Makefile.fdset
--- a/distrib/i386/floppies/common/Makefile.fdset Wed Apr 10 20:30:30 2002 +0000
+++ b/distrib/i386/floppies/common/Makefile.fdset Wed Apr 10 21:12:15 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.fdset,v 1.3 2002/02/26 22:52:10 lukem Exp $
+# $NetBSD: Makefile.fdset,v 1.4 2002/04/10 21:12:15 mycroft Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -91,3 +91,4 @@
.include <bsd.own.mk>
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.include <bsd.sys.mk>
Home |
Main Index |
Thread Index |
Old Index