NetBSD/etc/namedb/Makefile
tron f851540ac2 Move "named.conf" example configuration to "/etc" because that is where
named(8) looks for it. You can now really get a caching name server
by simply setting "named=yes" in "/etc/rc.conf" as documented in
The NetBSD Guide. This fixes PR bin/30662 by Christian Hattemer.
2005-08-30 10:58:33 +00:00

8 lines
169 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/08/30 10:58:33 tron Exp $
CONFIGFILES= 127 root.cache localhost loopback.v6
FILESDIR= /etc/namedb
FILESMODE= 644
.include <bsd.prog.mk>