Module Name: src
Committed By: isaki
Date: Tue Sep 22 02:50:11 UTC 2009
Modified Files:
src/distrib/x68k/floppies/ramdisk: Makefile
Log Message:
termcap.vt was removed.
http://mail-index.netbsd.org/source-changes/2009/09/20/msg001101.html
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/distrib/x68k/floppies/ramdisk/Makefile:1.37
--- src/distrib/x68k/floppies/ramdisk/Makefile:1.36 Sun Sep 20 22:50:51 2009
+++ src/distrib/x68k/floppies/ramdisk/Makefile Tue Sep 22 02:50:11 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2009/09/20 22:50:51 abs Exp $
+# $NetBSD: Makefile,v 1.37 2009/09/22 02:50:11 isaki Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -19,7 +19,7 @@
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS+= ${CRUNCHBIN} \
dot.profile \
- ${DISTRIBDIR}/common/services termcap.vt \
+ ${DISTRIBDIR}/common/services \
${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/mboot \
${DESTDIR}/usr/mdec/sdboot_ufs \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \