summaryrefslogtreecommitdiff
path: root/etc/iscsi/Makefile
blob: 99f08a9a7a4b6f6518673b9d6a0bae341688d31f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.7 2023/02/05 21:20:14 mlelstv Exp $

.include <bsd.own.mk>

# kernel iSCSI initiator
CONFIGFILES=    	volumes
FILESDIR=       	/etc/iscsi
FILESMODE_volumes=	0644

# userland iSCSI initiator and target
.if ${MKISCSI} != "no"

CONFIGFILES+=    	auths targets
FILESMODE_auths=	0600
FILESMODE_targets=	0644

.endif


.include <bsd.files.mk>
.include <bsd.prog.mk>