Source-Changes-HG archive

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

[src/trunk]: src/distrib/hp700/ramdisk Fix PR/47123 for hp700 as well



details:   https://anonhg.NetBSD.org/src/rev/a23099a33cc1
branches:  trunk
changeset: 786476:a23099a33cc1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 29 14:42:11 2013 +0000

description:
Fix PR/47123 for hp700 as well

diffstat:

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

diffs (18 lines):

diff -r 689e7fc3e881 -r a23099a33cc1 distrib/hp700/ramdisk/Makefile
--- a/distrib/hp700/ramdisk/Makefile    Mon Apr 29 14:19:48 2013 +0000
+++ b/distrib/hp700/ramdisk/Makefile    Mon Apr 29 14:42:11 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2010/02/11 09:06:48 roy Exp $
+#      $NetBSD: Makefile,v 1.12 2013/04/29 14:42:11 skrll Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,7 +15,7 @@
 LISTS=         ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
 MTREECONF=     ${DISTRIBDIR}/common/mtree.common
 IMAGEENDIAN=   be
-MAKEDEVTARGETS=        all
+MAKEDEVTARGETS=        all ipty
 IMAGEDEPENDS=  ${CRUNCHBIN} \
                dot.profile \
                ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \



Home | Main Index | Thread Index | Old Index