Home | History | Annotate | Line # | Download | only in unbound
      1 #	$NetBSD: Makefile,v 1.1 2026/07/01 03:56:27 riastradh Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 .if ${MKUNBOUND} != "no"
      7 
      8 CONFIGFILES+=	unbound.conf
      9 FILESDIR=	/etc/unbound
     10 FILESMODE=	0644
     11 
     12 .endif
     13 
     14 .include <bsd.files.mk>
     15