Remove redundant variable assignment

It got clobbered by another assignment later, and this has been the
case since r. 1.1 of the file.
This commit is contained in:
gutteridge 2023-06-12 23:29:32 +00:00
parent 54c8a92f80
commit 87061830a7
1 changed files with 2 additions and 2 deletions

View File

@ -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 \