Module Name: src
Committed By: tsutsui
Date: Fri Oct 9 15:56:25 UTC 2009
Modified Files:
src/distrib/ews4800mips/floppies/ramdisk: Makefile
src/distrib/sun2/miniroot: Makefile
Log Message:
Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBDIR}/common/termcap.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/ews4800mips/floppies/ramdisk/Makefile
cvs rdiff -u -r1.30 -r1.31 src/distrib/sun2/miniroot/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/ews4800mips/floppies/ramdisk/Makefile
diff -u src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.6 src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.7
--- src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.6 Sun Sep 20 19:49:08 2009
+++ src/distrib/ews4800mips/floppies/ramdisk/Makefile Fri Oct 9 15:56:25 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/09/20 19:49:08 abs Exp $
+# $NetBSD: Makefile,v 1.7 2009/10/09 15:56:25 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,12 +17,13 @@
IMAGEENDIAN= be
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS= ${CRUNCHBIN} \
- dot.profile termcap.src ${DESTDIR} \
+ dot.profile ${DESTDIR} \
${DESTDIR}/usr/mdec/boot \
${DESTDIR}/usr/mdec/bootxx_ustarfs \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
- ${DISTRIBDIR}/common/services
+ ${DISTRIBDIR}/common/services \
+ ${DISTRIBDIR}/common/termcap
# Use stubs to eliminate some large stuff from libc
HACKSRC= ${DISTRIBDIR}/utils/libhack
Index: src/distrib/sun2/miniroot/Makefile
diff -u src/distrib/sun2/miniroot/Makefile:1.30 src/distrib/sun2/miniroot/Makefile:1.31
--- src/distrib/sun2/miniroot/Makefile:1.30 Sun Sep 20 22:46:13 2009
+++ src/distrib/sun2/miniroot/Makefile Fri Oct 9 15:56:25 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2009/09/20 22:46:13 abs Exp $
+# $NetBSD: Makefile,v 1.31 2009/10/09 15:56:25 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -24,13 +24,15 @@
MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
IMAGEDEPENDS= ${CRUNCHBIN} \
${KERNEL} \
- fstab install.md profile termcap \
+ fstab install.md profile \
${DESTDIR}/dev/MAKEDEV ${DESTDIR}/dev/MAKEDEV.local \
${DESTDIR}/etc/group \
${DESTDIR}/etc/master.passwd ${DESTDIR}/etc/netconfig \
${DESTDIR}/etc/passwd \
${DISTRIBDIR}/common/protocols \
- ${DESTDIR}/etc/pwd.db ${DISTRIBDIR}/common/services \
+ ${DESTDIR}/etc/pwd.db \
+ ${DISTRIBDIR}/common/services \
+ ${DISTRIBDIR}/common/termcap \
${DESTDIR}/etc/spwd.db \
${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/usr/mdec/bootyy \
${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \