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