Module Name:    src
Committed By:   mrg
Date:           Mon Dec 24 20:11:23 UTC 2018

Modified Files:
        src/distrib/ofppc/ramdisks/common: Makefile.ramdisk

Log Message:
set MAKEDEVTARGETS=ramdisk so that the ramdisk /dev/ is populated.
from PR#51659.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/ofppc/ramdisks/common/Makefile.ramdisk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/ofppc/ramdisks/common/Makefile.ramdisk
diff -u src/distrib/ofppc/ramdisks/common/Makefile.ramdisk:1.8 src/distrib/ofppc/ramdisks/common/Makefile.ramdisk:1.9
--- src/distrib/ofppc/ramdisks/common/Makefile.ramdisk:1.8	Tue Oct 16 08:23:21 2012
+++ src/distrib/ofppc/ramdisks/common/Makefile.ramdisk	Mon Dec 24 20:11:22 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.ramdisk,v 1.8 2012/10/16 08:23:21 apb Exp $
+#	$NetBSD: Makefile.ramdisk,v 1.9 2018/12/24 20:11:22 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,6 +17,7 @@ CRUNCHBIN=	ramdiskbin
 LISTS?=		${.CURDIR}/list
 LISTS+=		${OFPPCCOMMON}/list.ramdisk
 MTREECONF=	${DISTRIBDIR}/common/mtree.common ${.CURDIR}/../common/mtree.ramdisk
+MAKEDEVTARGETS=	ramdisk
 IMAGEENDIAN=	le
 IMAGEDEPENDS+= 	${CRUNCHBIN} \
 		dot.profile \

Reply via email to