Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2022/08/30 13:40:37 riastradh Exp $ 2 3.include <bsd.own.mk> 4 5.if ${MKISCSI} != "no" 6 7CONFIGFILES= auths targets 8FILESDIR= /etc/iscsi 9FILESMODE_auths= 0600 10FILESMODE_targets= 0644 11 12.endif 13 14.include <bsd.files.mk> 15.include <bsd.prog.mk> 16