Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies Add bsd.prog.mk so libhack components ...



details:   https://anonhg.NetBSD.org/src/rev/b01c958e8129
branches:  trunk
changeset: 517786:b01c958e8129
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Nov 19 05:31:00 2001 +0000

description:
Add bsd.prog.mk so libhack components build. (gets proper CPPFLAGS pulled in
for builds).

diffstat:

 distrib/i386/floppies/ramdisk-big/Makefile         |  3 ++-
 distrib/i386/floppies/ramdisk-rescuesmall/Makefile |  3 ++-
 distrib/i386/floppies/ramdisk-rescuetiny/Makefile  |  3 ++-
 distrib/i386/floppies/ramdisk-small/Makefile       |  3 ++-
 distrib/i386/floppies/ramdisk-tiny/Makefile        |  3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diffs (70 lines):

diff -r b075a66b022a -r b01c958e8129 distrib/i386/floppies/ramdisk-big/Makefile
--- a/distrib/i386/floppies/ramdisk-big/Makefile        Mon Nov 19 05:29:02 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-big/Makefile        Mon Nov 19 05:31:00 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2001/11/08 07:30:00 tron Exp $
+#      $NetBSD: Makefile,v 1.13 2001/11/19 05:31:00 jmc Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -84,3 +84,4 @@
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
 .include <bsd.sys.mk>
+.include <bsd.prog.mk>
diff -r b075a66b022a -r b01c958e8129 distrib/i386/floppies/ramdisk-rescuesmall/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuesmall/Makefile        Mon Nov 19 05:29:02 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/Makefile        Mon Nov 19 05:31:00 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2001/11/08 07:38:45 jmc Exp $
+#      $NetBSD: Makefile,v 1.15 2001/11/19 05:31:01 jmc Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -82,3 +82,4 @@
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
 .include <bsd.sys.mk>
+.include <bsd.prog.mk>
diff -r b075a66b022a -r b01c958e8129 distrib/i386/floppies/ramdisk-rescuetiny/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Mon Nov 19 05:29:02 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Mon Nov 19 05:31:00 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2001/11/08 07:40:01 jmc Exp $
+#      $NetBSD: Makefile,v 1.14 2001/11/19 05:31:01 jmc Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -82,3 +82,4 @@
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
 .include <bsd.sys.mk>
+.include <bsd.prog.mk>
diff -r b075a66b022a -r b01c958e8129 distrib/i386/floppies/ramdisk-small/Makefile
--- a/distrib/i386/floppies/ramdisk-small/Makefile      Mon Nov 19 05:29:02 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-small/Makefile      Mon Nov 19 05:31:00 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2001/11/08 07:37:39 jmc Exp $
+#      $NetBSD: Makefile,v 1.14 2001/11/19 05:31:01 jmc Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -83,3 +83,4 @@
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
 .include <bsd.sys.mk>
+.include <bsd.prog.mk>
diff -r b075a66b022a -r b01c958e8129 distrib/i386/floppies/ramdisk-tiny/Makefile
--- a/distrib/i386/floppies/ramdisk-tiny/Makefile       Mon Nov 19 05:29:02 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/Makefile       Mon Nov 19 05:31:00 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2001/11/08 02:10:28 christos Exp $
+#      $NetBSD: Makefile,v 1.16 2001/11/19 05:31:01 jmc Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -83,3 +83,4 @@
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
 .include <bsd.sys.mk>
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index