Module Name: src Committed By: mlelstv Date: Sun Feb 5 21:20:15 UTC 2023
Modified Files: src/etc/iscsi: Makefile Log Message: With MKISCSI we need all files. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/etc/iscsi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/iscsi/Makefile diff -u src/etc/iscsi/Makefile:1.6 src/etc/iscsi/Makefile:1.7 --- src/etc/iscsi/Makefile:1.6 Sun Feb 5 13:39:42 2023 +++ src/etc/iscsi/Makefile Sun Feb 5 21:20:14 2023 @@ -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