With MKISCSI we need all files.

This commit is contained in:
mlelstv 2023-02-05 21:20:14 +00:00
parent e3659678a5
commit ada6af92ce
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2023/02/05 13:39:42 mlelstv Exp $
# $NetBSD: Makefile,v 1.7 2023/02/05 21:20:14 mlelstv Exp $
.include <bsd.own.mk>
@ -10,7 +10,7 @@ FILESMODE_volumes= 0644
# userland iSCSI initiator and target
.if ${MKISCSI} != "no"
CONFIGFILES= auths targets
CONFIGFILES+= auths targets
FILESMODE_auths= 0600
FILESMODE_targets= 0644