summaryrefslogtreecommitdiff
path: root/etc/iscsi/Makefile
blob: c130a7cf7c479aceff8df956a8d64f5be32eaaa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.3 2006/06/24 05:14:01 mrg Exp $

.include <bsd.own.mk>

.if ${MKISCSI} != "no"

CONFIGFILES=    	auths targets
FILESDIR=       	/etc/iscsi
FILESMODE_auths=	0600

.endif

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