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