Source-Changes-HG archive

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

[src/trunk]: src/distrib/cats/ramdisk Fix typo, we've got a termcap.mini but ...



details:   https://anonhg.NetBSD.org/src/rev/fae82939d849
branches:  trunk
changeset: 525642:fae82939d849
user:      chris <chris%NetBSD.org@localhost>
date:      Sun Apr 14 13:46:36 2002 +0000

description:
Fix typo, we've got a termcap.mini but not a termcap.vt100

diffstat:

 distrib/cats/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 385cadd580a3 -r fae82939d849 distrib/cats/ramdisk/Makefile
--- a/distrib/cats/ramdisk/Makefile     Sun Apr 14 13:34:31 2002 +0000
+++ b/distrib/cats/ramdisk/Makefile     Sun Apr 14 13:46:36 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2002/04/13 13:24:25 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2002/04/14 13:46:36 chris Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -15,7 +15,7 @@
 IMAGEENDIAN=   le
 MAKEDEVTARGETS=        ramdisk
 IMAGEDEPENDS=  ${CRUNCHBIN} \
-               disktab.preinstall dot.hdprofile dot.profile termcap.vt100 \
+               disktab.preinstall dot.hdprofile dot.profile termcap.mini \
                ${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
                ${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
                ${_SRC_TOP_}/etc/services



Home | Main Index | Thread Index | Old Index