diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2023-02-05 21:20:14 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2023-02-05 21:20:14 +0000 |
| commit | b06147682b1d4cdb2e0d1a7c464bd340f0e6a906 (patch) | |
| tree | 30b298c92ce6e9a24c27818ada998cf6f05cdc13 /etc | |
| parent | 7dd977e798250687dbd136026198cb1766890e2e (diff) | |
With MKISCSI we need all files.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/iscsi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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 |
