Module Name: src
Committed By: martin
Date: Sun Feb 12 12:32:36 UTC 2023
Added Files:
src/distrib/next68k [netbsd-10]: Makefile
src/distrib/next68k/cdroms [netbsd-10]: Makefile
src/distrib/next68k/cdroms/installcd [netbsd-10]: Makefile
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #80):
distrib/next68k/cdroms/installcd/Makefile: revision 1.1
distrib/next68k/cdroms/Makefile: revision 1.1
distrib/next68k/Makefile: revision 1.1
Prepare MD distrib files to build next68k iso-image.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.2.2.2 src/distrib/next68k/Makefile
cvs rdiff -u -r0 -r1.1.2.2 src/distrib/next68k/cdroms/Makefile
cvs rdiff -u -r0 -r1.1.2.2 src/distrib/next68k/cdroms/installcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/distrib/next68k/Makefile
diff -u /dev/null src/distrib/next68k/Makefile:1.2.2.2
--- /dev/null Sun Feb 12 12:32:36 2023
+++ src/distrib/next68k/Makefile Sun Feb 12 12:32:35 2023
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.2.2.2 2023/02/12 12:32:35 martin Exp $
+
+SUBDIR= cdroms
+TARGETS+= release
+
+iso_image:
+ ${MAKEDIRTARGET} cdroms iso_image
+
+.include <bsd.subdir.mk>
Index: src/distrib/next68k/cdroms/Makefile
diff -u /dev/null src/distrib/next68k/cdroms/Makefile:1.1.2.2
--- /dev/null Sun Feb 12 12:32:36 2023
+++ src/distrib/next68k/cdroms/Makefile Sun Feb 12 12:32:35 2023
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1.2.2 2023/02/12 12:32:35 martin Exp $
+
+SUBDIR= installcd
+TARGETS+= release iso_image
+
+.include <bsd.subdir.mk>
Index: src/distrib/next68k/cdroms/installcd/Makefile
diff -u /dev/null src/distrib/next68k/cdroms/installcd/Makefile:1.1.2.2
--- /dev/null Sun Feb 12 12:32:36 2023
+++ src/distrib/next68k/cdroms/installcd/Makefile Sun Feb 12 12:32:35 2023
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1.2.2 2023/02/12 12:32:35 martin Exp $
+CDBASE= next68kcd # gives ${CDBASE}.iso
+CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR
+CDRELEASE_NODEBUG= true
+
+.include "${.CURDIR}/../../../common/Makefile.bootcd"