Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/mipsco/ramdisk Use termcap.src (instead of non-exist...



details:   https://anonhg.NetBSD.org/src/rev/490e84636000
branches:  trunk
changeset: 526322:490e84636000
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu May 02 14:16:02 2002 +0000

description:
Use termcap.src (instead of non-existant termcap.mini).
Change image depends from uboot.lif to boot and bootxx_ffs.

diffstat:

 distrib/mipsco/ramdisk/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c0fa94577b82 -r 490e84636000 distrib/mipsco/ramdisk/Makefile
--- a/distrib/mipsco/ramdisk/Makefile   Thu May 02 14:12:40 2002 +0000
+++ b/distrib/mipsco/ramdisk/Makefile   Thu May 02 14:16:02 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2002/04/26 15:50:38 lukem Exp $
+#      $NetBSD: Makefile,v 1.12 2002/05/02 14:16:02 simonb Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/Makefile.inc"
@@ -18,8 +18,9 @@
 IMAGEENDIAN=   be
 MAKEDEVTARGETS=        minimal
 IMAGEDEPENDS=  ${CRUNCHBIN} \
-               dot.profile termcap.mini \
-               ${DESTDIR}/usr/mdec/installboot ${DESTDIR}/usr/mdec/uboot.lif \
+               dot.profile termcap.src \
+               ${DESTDIR}/usr/mdec/installboot \
+               ${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \
                ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
                ${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \
                ${NETBSDSRCDIR}/etc/services



Home | Main Index | Thread Index | Old Index