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