NetBSD/etc/iscsi/Makefile

15 lines
241 B
Makefile
Raw Normal View History

2006-06-24 09:14:01 +04:00
# $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
2006-06-24 09:14:01 +04:00
.endif
.include <bsd.files.mk>
.include <bsd.prog.mk>