Module Name: src Committed By: gutteridge Date: Mon Jun 12 23:29:32 UTC 2023
Modified Files: src/distrib/evbmips/instkernel/ramdisk: Makefile Log Message: Remove redundant variable assignment It got clobbered by another assignment later, and this has been the case since r. 1.1 of the file. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/distrib/evbmips/instkernel/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/evbmips/instkernel/ramdisk/Makefile diff -u src/distrib/evbmips/instkernel/ramdisk/Makefile:1.16 src/distrib/evbmips/instkernel/ramdisk/Makefile:1.17 --- src/distrib/evbmips/instkernel/ramdisk/Makefile:1.16 Fri Jun 9 21:41:52 2023 +++ src/distrib/evbmips/instkernel/ramdisk/Makefile Mon Jun 12 23:29:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2023/06/09 21:41:52 gutteridge Exp $ +# $NetBSD: Makefile,v 1.17 2023/06/12 23:29:32 gutteridge Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -18,7 +18,7 @@ IMAGEENDIAN= le .else IMAGEENDIAN= be .endif -MAKEDEVTARGETS= ramdisk + IMAGEDEPENDS= ${CRUNCHBIN} \ dot.profile \ ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \