Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbmips/instkernel/ramdisk just make the installatio...



details:   https://anonhg.NetBSD.org/src/rev/4e09e53efbed
branches:  trunk
changeset: 780978:4e09e53efbed
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 14 02:55:00 2012 +0000

description:
just make the installation ptys (ipty); change it to opty if more needed.

diffstat:

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

diffs (18 lines):

diff -r 62b4f0b7a22b -r 4e09e53efbed distrib/evbmips/instkernel/ramdisk/Makefile
--- a/distrib/evbmips/instkernel/ramdisk/Makefile       Mon Aug 13 23:08:58 2012 +0000
+++ b/distrib/evbmips/instkernel/ramdisk/Makefile       Tue Aug 14 02:55:00 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2012/02/23 00:22:08 kiyohara Exp $
+#      $NetBSD: Makefile,v 1.12 2012/08/14 02:55:00 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -25,7 +25,7 @@
                ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
                ${DISTRIBDIR}/common/services
 
-MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0
+MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=       ${DISTRIBDIR}/utils/libhack



Home | Main Index | Thread Index | Old Index