Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/iscsi With MKISCSI we need all files.



details:   https://anonhg.NetBSD.org/src/rev/3a99e8120322
branches:  trunk
changeset: 373369:3a99e8120322
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Feb 05 21:20:14 2023 +0000

description:
With MKISCSI we need all files.

diffstat:

 etc/iscsi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5fe3da6ead10 -r 3a99e8120322 etc/iscsi/Makefile
--- a/etc/iscsi/Makefile        Sun Feb 05 21:18:05 2023 +0000
+++ b/etc/iscsi/Makefile        Sun Feb 05 21:20:14 2023 +0000
@@ -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 @@
 # userland iSCSI initiator and target
 .if ${MKISCSI} != "no"
 
-CONFIGFILES=           auths targets
+CONFIGFILES+=          auths targets
 FILESMODE_auths=       0600
 FILESMODE_targets=     0644
 



Home | Main Index | Thread Index | Old Index