xref: /netbsd-src/external/bsd/unbound/etc/Makefile (revision 8c4b80eae5279aea2a7037ffb815b1958882a34f)
1#	$NetBSD: Makefile,v 1.3 2017/02/07 22:34:37 christos Exp $
2
3SUBDIR=rc.d
4
5FILESDIR=               /usr/share/examples/unbound
6FILESMODE=    644
7FILES=	unbound.conf
8FILESBUILD_unbound.conf=yes
9
10unbound.conf: example.conf.in __subst
11CLEANFILES+= unbound.conf
12
13.include <bsd.files.mk>
14.include <bsd.subdir.mk>
15