Home | History | Annotate | Line # | Download | only in etc
Makefile revision 1.1
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2017/01/07 19:51:21 christos Exp $
      2  1.1  christos 
      3  1.1  christos SUBDIR=rc.d
      4  1.1  christos 
      5  1.1  christos FILESDIR=               /etc/nsd
      6  1.1  christos FILESMODE=    644
      7  1.1  christos FILES=	nsd.conf
      8  1.1  christos 
      9  1.1  christos nsd.conf: nsd.conf.sample.in __subst
     10  1.1  christos CLEANFILES+= nsd.conf
     11  1.1  christos 
     12  1.1  christos .include <bsd.files.mk>
     13  1.1  christos .include <bsd.subdir.mk>
     14