1 # $NetBSD: Makefile,v 1.3.2.2 2017/03/20 06:56:05 pgoyette 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