Module Name:    src
Committed By:   gutteridge
Date:           Wed Jun 14 23:03:20 UTC 2023

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

Log Message:
Remove redundant variable assignment

(Someone may want to define MAKEDEVTARGETS differently than is done at
present, but that would be a different change.)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/riscv/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/riscv/ramdisk/Makefile
diff -u src/distrib/riscv/ramdisk/Makefile:1.2 src/distrib/riscv/ramdisk/Makefile:1.3
--- src/distrib/riscv/ramdisk/Makefile:1.2	Tue Jan 24 18:04:04 2017
+++ src/distrib/riscv/ramdisk/Makefile	Wed Jun 14 23:03:19 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2017/01/24 18:04:04 christos Exp $
+#	$NetBSD: Makefile,v 1.3 2023/06/14 23:03:19 gutteridge Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,7 +15,7 @@ LISTS=		${.CURDIR}/list
 #LISTS+=		${DISTRIBDIR}/common/list.sysinst
 MTREECONF=	${DISTRIBDIR}/common/mtree.common
 IMAGEENDIAN=	le
-MAKEDEVTARGETS=	ramdisk
+
 IMAGEDEPENDS=	${CRUNCHBIN} \
 		dot.profile \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \

Reply via email to