From b06147682b1d4cdb2e0d1a7c464bd340f0e6a906 Mon Sep 17 00:00:00 2001 From: mlelstv Date: Sun, 5 Feb 2023 21:20:14 +0000 Subject: With MKISCSI we need all files. --- etc/iscsi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/iscsi/Makefile b/etc/iscsi/Makefile index 156da972213..99f08a9a7a4 100644 --- a/etc/iscsi/Makefile +++ b/etc/iscsi/Makefile @@ -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 @@ -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 -- cgit