Module Name: src
Committed By: tsutsui
Date: Fri Oct 9 15:59:27 UTC 2009
Modified Files:
src/distrib/x68k/floppies/ramdisk: Makefile
Log Message:
Add ${DISTRIBDIR}/common/termcap (which superseded local one) to IMAGEDEPENDS.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/distrib/x68k/floppies/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/x68k/floppies/ramdisk/Makefile
diff -u src/distrib/x68k/floppies/ramdisk/Makefile:1.37 src/distrib/x68k/floppies/ramdisk/Makefile:1.38
--- src/distrib/x68k/floppies/ramdisk/Makefile:1.37 Tue Sep 22 02:50:11 2009
+++ src/distrib/x68k/floppies/ramdisk/Makefile Fri Oct 9 15:59:27 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2009/09/22 02:50:11 isaki Exp $
+# $NetBSD: Makefile,v 1.38 2009/10/09 15:59:27 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -20,6 +20,7 @@
IMAGEDEPENDS+= ${CRUNCHBIN} \
dot.profile \
${DISTRIBDIR}/common/services \
+ ${DISTRIBDIR}/common/termcap \
${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/mboot \
${DESTDIR}/usr/mdec/sdboot_ufs \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \