Module Name: src
Committed By: riz
Date: Sat May 11 21:38:47 UTC 2013
Modified Files:
src/distrib/hp700/ramdisk [netbsd-6-0]: Makefile
Log Message:
Pull up following revision(s) (requested by skrll in ticket #882):
distrib/hp700/ramdisk/Makefile: revision 1.12
Fix PR/47123 for hp700 as well
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.14.1 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.11.14.1
--- src/distrib/hp700/ramdisk/Makefile:1.11 Thu Feb 11 09:06:48 2010
+++ src/distrib/hp700/ramdisk/Makefile Sat May 11 21:38:47 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/02/11 09:06:48 roy Exp $
+# $NetBSD: Makefile,v 1.11.14.1 2013/05/11 21:38:47 riz 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 \