Home | History | Annotate | Line # | Download | only in iscsi
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2023/02/03 15:59:04 mlelstv Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MKISCSI} != "no"
      6 
      7 CONFIGFILES=    	auths targets volumes
      8 FILESDIR=       	/etc/iscsi
      9 FILESMODE_auths=	0600
     10 FILESMODE_targets=	0644
     11 
     12 .endif
     13 
     14 .include <bsd.files.mk>
     15 .include <bsd.prog.mk>
     16