Module Name:    src
Committed By:   he
Date:           Thu Sep 24 21:04:46 UTC 2009

Modified Files:
        src/distrib/acorn26/instkernel: Makefile
        src/distrib/acorn32/ramdisk: Makefile
        src/distrib/evbppc/ramdisk: Makefile
        src/distrib/hp300/ramdisk: Makefile
        src/distrib/hp700/ramdisk: Makefile
        src/distrib/ibmnws/netboot/ramdisk: Makefile
        src/distrib/macppc/floppies/ramdisk: Makefile
        src/distrib/mipsco/ramdisk: Makefile
        src/distrib/news68k/floppies/ramdisk: Makefile
        src/distrib/newsmips/floppies/ramdisk: Makefile
        src/distrib/ofppc/ramdisks/common: Makefile.ramdisk
        src/distrib/prep/floppies/ramdisk: Makefile
        src/distrib/sandpoint/ramdisk: Makefile
        src/distrib/sun3/miniroot: Makefile
        src/distrib/vax/ramdisk: Makefile

Log Message:
Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap.  Hi, a...@!


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/acorn26/instkernel/Makefile
cvs rdiff -u -r1.20 -r1.21 src/distrib/acorn32/ramdisk/Makefile
cvs rdiff -u -r1.5 -r1.6 src/distrib/evbppc/ramdisk/Makefile
cvs rdiff -u -r1.27 -r1.28 src/distrib/hp300/ramdisk/Makefile
cvs rdiff -u -r1.7 -r1.8 src/distrib/hp700/ramdisk/Makefile
cvs rdiff -u -r1.6 -r1.7 src/distrib/ibmnws/netboot/ramdisk/Makefile
cvs rdiff -u -r1.35 -r1.36 src/distrib/macppc/floppies/ramdisk/Makefile
cvs rdiff -u -r1.17 -r1.18 src/distrib/mipsco/ramdisk/Makefile
cvs rdiff -u -r1.32 -r1.33 src/distrib/news68k/floppies/ramdisk/Makefile
cvs rdiff -u -r1.28 -r1.29 src/distrib/newsmips/floppies/ramdisk/Makefile
cvs rdiff -u -r1.4 -r1.5 src/distrib/ofppc/ramdisks/common/Makefile.ramdisk
cvs rdiff -u -r1.17 -r1.18 src/distrib/prep/floppies/ramdisk/Makefile
cvs rdiff -u -r1.4 -r1.5 src/distrib/sandpoint/ramdisk/Makefile
cvs rdiff -u -r1.41 -r1.42 src/distrib/sun3/miniroot/Makefile
cvs rdiff -u -r1.23 -r1.24 src/distrib/vax/ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/acorn26/instkernel/Makefile
diff -u src/distrib/acorn26/instkernel/Makefile:1.12 src/distrib/acorn26/instkernel/Makefile:1.13
--- src/distrib/acorn26/instkernel/Makefile:1.12	Sun Sep 20 22:46:10 2009
+++ src/distrib/acorn26/instkernel/Makefile	Thu Sep 24 21:04:45 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2009/09/20 22:46:10 abs Exp $
+#	$NetBSD: Makefile,v 1.13 2009/09/24 21:04:45 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 IMAGEENDIAN=	le
 MAKEDEVTARGETS=	ramdisk
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services

Index: src/distrib/acorn32/ramdisk/Makefile
diff -u src/distrib/acorn32/ramdisk/Makefile:1.20 src/distrib/acorn32/ramdisk/Makefile:1.21
--- src/distrib/acorn32/ramdisk/Makefile:1.20	Sun Sep 20 22:46:10 2009
+++ src/distrib/acorn32/ramdisk/Makefile	Thu Sep 24 21:04:45 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20 2009/09/20 22:46:10 abs Exp $
+#	$NetBSD: Makefile,v 1.21 2009/09/24 21:04:45 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 IMAGEENDIAN=	le
 MAKEDEVTARGETS=	ramdisk
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.vt100 \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services

Index: src/distrib/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.5 src/distrib/evbppc/ramdisk/Makefile:1.6
--- src/distrib/evbppc/ramdisk/Makefile:1.5	Sun Sep 20 19:49:08 2009
+++ src/distrib/evbppc/ramdisk/Makefile	Thu Sep 24 21:04:45 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2009/09/20 19:49:08 abs Exp $
+#	$NetBSD: Makefile,v 1.6 2009/09/24 21:04:45 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 MTREECONF=	${DISTRIBDIR}/common/mtree.common
 IMAGEENDIAN=	be
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services

Index: src/distrib/hp300/ramdisk/Makefile
diff -u src/distrib/hp300/ramdisk/Makefile:1.27 src/distrib/hp300/ramdisk/Makefile:1.28
--- src/distrib/hp300/ramdisk/Makefile:1.27	Sun Sep 20 19:49:08 2009
+++ src/distrib/hp300/ramdisk/Makefile	Thu Sep 24 21:04:45 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.27 2009/09/20 19:49:08 abs Exp $
+#	$NetBSD: Makefile,v 1.28 2009/09/24 21:04:45 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	all
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.mini \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${DESTDIR}/usr/mdec/installboot ${DESTDIR}/usr/mdec/uboot.lif \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

Index: src/distrib/hp700/ramdisk/Makefile
diff -u src/distrib/hp700/ramdisk/Makefile:1.7 src/distrib/hp700/ramdisk/Makefile:1.8
--- src/distrib/hp700/ramdisk/Makefile:1.7	Sun Sep 20 22:50:50 2009
+++ src/distrib/hp700/ramdisk/Makefile	Thu Sep 24 21:04:45 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2009/09/20 22:50:50 abs Exp $
+#	$NetBSD: Makefile,v 1.8 2009/09/24 21:04:45 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	all
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services

Index: src/distrib/ibmnws/netboot/ramdisk/Makefile
diff -u src/distrib/ibmnws/netboot/ramdisk/Makefile:1.6 src/distrib/ibmnws/netboot/ramdisk/Makefile:1.7
--- src/distrib/ibmnws/netboot/ramdisk/Makefile:1.6	Sun Sep 20 22:50:50 2009
+++ src/distrib/ibmnws/netboot/ramdisk/Makefile	Thu Sep 24 21:04:45 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2009/09/20 22:50:50 abs Exp $
+#	$NetBSD: Makefile,v 1.7 2009/09/24 21:04:45 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	std md0 pty0 ttyv0
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services

Index: src/distrib/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.35 src/distrib/macppc/floppies/ramdisk/Makefile:1.36
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.35	Sun Sep 20 22:50:50 2009
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.35 2009/09/20 22:50:50 abs Exp $
+#	$NetBSD: Makefile,v 1.36 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	floppy
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/usr/mdec/bootxx \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

Index: src/distrib/mipsco/ramdisk/Makefile
diff -u src/distrib/mipsco/ramdisk/Makefile:1.17 src/distrib/mipsco/ramdisk/Makefile:1.18
--- src/distrib/mipsco/ramdisk/Makefile:1.17	Sun Sep 20 19:49:09 2009
+++ src/distrib/mipsco/ramdisk/Makefile	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2009/09/20 19:49:09 abs Exp $
+#	$NetBSD: Makefile,v 1.18 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -18,7 +18,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	minimal
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${DESTDIR}/usr/mdec/installboot \
 		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \

Index: src/distrib/news68k/floppies/ramdisk/Makefile
diff -u src/distrib/news68k/floppies/ramdisk/Makefile:1.32 src/distrib/news68k/floppies/ramdisk/Makefile:1.33
--- src/distrib/news68k/floppies/ramdisk/Makefile:1.32	Sun Sep 20 19:49:09 2009
+++ src/distrib/news68k/floppies/ramdisk/Makefile	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.32 2009/09/20 19:49:09 abs Exp $
+#	$NetBSD: Makefile,v 1.33 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	floppy
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile \
 		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig \

Index: src/distrib/newsmips/floppies/ramdisk/Makefile
diff -u src/distrib/newsmips/floppies/ramdisk/Makefile:1.28 src/distrib/newsmips/floppies/ramdisk/Makefile:1.29
--- src/distrib/newsmips/floppies/ramdisk/Makefile:1.28	Sun Sep 20 19:49:09 2009
+++ src/distrib/newsmips/floppies/ramdisk/Makefile	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.28 2009/09/20 19:49:09 abs Exp $
+#	$NetBSD: Makefile,v 1.29 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	floppy
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

Index: src/distrib/ofppc/ramdisks/common/Makefile.ramdisk
diff -u src/distrib/ofppc/ramdisks/common/Makefile.ramdisk:1.4 src/distrib/ofppc/ramdisks/common/Makefile.ramdisk:1.5
--- src/distrib/ofppc/ramdisks/common/Makefile.ramdisk:1.4	Sun Sep 20 19:49:09 2009
+++ src/distrib/ofppc/ramdisks/common/Makefile.ramdisk	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.ramdisk,v 1.4 2009/09/20 19:49:09 abs Exp $
+#	$NetBSD: Makefile.ramdisk,v 1.5 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 MTREECONF=	${DISTRIBDIR}/common/mtree.common ${.CURDIR}/../common/mtree.ramdisk
 IMAGEENDIAN=	le
 IMAGEDEPENDS+= 	${CRUNCHBIN} \
-		dot.profile termcap.mini \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${DESTDIR}/usr/mdec/ofwboot \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

Index: src/distrib/prep/floppies/ramdisk/Makefile
diff -u src/distrib/prep/floppies/ramdisk/Makefile:1.17 src/distrib/prep/floppies/ramdisk/Makefile:1.18
--- src/distrib/prep/floppies/ramdisk/Makefile:1.17	Sun Sep 20 19:49:09 2009
+++ src/distrib/prep/floppies/ramdisk/Makefile	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2009/09/20 19:49:09 abs Exp $
+#	$NetBSD: Makefile,v 1.18 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	ramdisk
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig \
 		${DISTRIBDIR}/common/protocols \

Index: src/distrib/sandpoint/ramdisk/Makefile
diff -u src/distrib/sandpoint/ramdisk/Makefile:1.4 src/distrib/sandpoint/ramdisk/Makefile:1.5
--- src/distrib/sandpoint/ramdisk/Makefile:1.4	Sun Sep 20 19:49:10 2009
+++ src/distrib/sandpoint/ramdisk/Makefile	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2009/09/20 19:49:10 abs Exp $
+#	$NetBSD: Makefile,v 1.5 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 IMAGEENDIAN=	be
 MAKEDEVTARGETS=	std md0 wd0 pty0
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.src \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services

Index: src/distrib/sun3/miniroot/Makefile
diff -u src/distrib/sun3/miniroot/Makefile:1.41 src/distrib/sun3/miniroot/Makefile:1.42
--- src/distrib/sun3/miniroot/Makefile:1.41	Sun Sep 20 22:46:14 2009
+++ src/distrib/sun3/miniroot/Makefile	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.41 2009/09/20 22:46:14 abs Exp $
+#	$NetBSD: Makefile,v 1.42 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -25,7 +25,8 @@
 MAKEDEVTARGETS=	std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0 fd0
 IMAGEDEPENDS=	${CRUNCHBIN} \
 		${KERNEL3} ${KERNEL3X} \
-		fstab install.md profile termcap \
+		fstab install.md profile \
+		${DISTRIBDIR}/common/termcap \
 		${DESTDIR}/dev/MAKEDEV ${DESTDIR}/dev/MAKEDEV.local \
 		${DESTDIR}/etc/group \
 		${DESTDIR}/etc/master.passwd ${DESTDIR}/etc/netconfig \

Index: src/distrib/vax/ramdisk/Makefile
diff -u src/distrib/vax/ramdisk/Makefile:1.23 src/distrib/vax/ramdisk/Makefile:1.24
--- src/distrib/vax/ramdisk/Makefile:1.23	Sun Sep 20 22:46:14 2009
+++ src/distrib/vax/ramdisk/Makefile	Thu Sep 24 21:04:46 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.23 2009/09/20 22:46:14 abs Exp $
+#	$NetBSD: Makefile,v 1.24 2009/09/24 21:04:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 MAKEDEVTARGETS=	std mt0 st0 rd0 rd1 dz0 dl0 dhu0 rx0 ra0 ra1 ra2 ra3 hp0 hp1 \
 		sd0 sd1 sd2 md0 pty0 cd0 cd1
 IMAGEDEPENDS=	${CRUNCHBIN} \
-		dot.profile termcap.vt100 \
+		dot.profile ${DISTRIBDIR}/common/termcap \
 		${DESTDIR}/boot ${DESTDIR}/usr/mdec/xxboot \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

Reply via email to