Module Name:    src
Committed By:   skrll
Date:           Mon Apr 29 14:42:11 UTC 2013

Modified Files:
        src/distrib/hp700/ramdisk: Makefile

Log Message:
Fix PR/47123 for hp700 as well


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/hp700/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/hp700/ramdisk/Makefile
diff -u src/distrib/hp700/ramdisk/Makefile:1.11 src/distrib/hp700/ramdisk/Makefile:1.12
--- src/distrib/hp700/ramdisk/Makefile:1.11	Thu Feb 11 09:06:48 2010
+++ src/distrib/hp700/ramdisk/Makefile	Mon Apr 29 14:42:11 2013
@@ -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 @@ CRUNCHGEN_FLAGS= -d "${DBG}"
 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 \

Reply via email to