1# $NetBSD: Makefile,v 1.3 2017/02/08 16:21:24 christos Exp $ 2 3SUBDIR=rc.d 4 5FILESDIR= /usr/share/examples/nsd 6FILESMODE= 644 7FILES= nsd.conf 8FILESBUILD_nsd.conf=yes 9 10nsd.conf: nsd.conf.sample.in __subst 11CLEANFILES+= nsd.conf 12 13.include <bsd.files.mk> 14.include <bsd.subdir.mk> 15