From fbdbf5f7cbd97bf5125070c5e4912d340b51ef7a Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 29 Apr 2013 14:42:11 +0000 Subject: [PATCH] Fix PR/47123 for hp700 as well --- distrib/hp700/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/hp700/ramdisk/Makefile b/distrib/hp700/ramdisk/Makefile index f8a5e7a55ee9..034147f57754 100644 --- a/distrib/hp700/ramdisk/Makefile +++ b/distrib/hp700/ramdisk/Makefile @@ -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 .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 \