resolvconf: Build the pdnsd subscriber

Not the most ideal, but technically it works.
This commit is contained in:
roy 2019-09-08 21:04:31 +00:00
parent e617d2d52d
commit 5dd6236aa5
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1215 2019/09/08 20:55:57 roy Exp $
# $NetBSD: mi,v 1.1216 2019/09/08 21:04:31 roy Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@ -473,6 +473,7 @@
./libexec/resolvconf/libc base-resolvconf-root
./libexec/resolvconf/named base-resolvconf-root
./libexec/resolvconf/pdns_recursor base-resolvconf-root
./libexec/resolvconf/pdnsd base-resolvconf-root
./libexec/resolvconf/unbound base-resolvconf-root
./mnt base-sys-root
./rescue base-sys-root

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2019/09/08 20:55:57 roy Exp $
# $NetBSD: Makefile,v 1.9 2019/09/08 21:04:31 roy Exp $
#
.include <bsd.own.mk>
@ -9,7 +9,7 @@ DIST= ${NETBSDSRCDIR}/external/bsd/openresolv/dist
SCRIPTS= resolvconf
SCRIPTSDIR= /sbin
FILES= libc dnsmasq named pdns_recursor unbound
FILES= libc dnsmasq named pdns_recursor pdnsd unbound
FILESDIR= /libexec/resolvconf
# We should not have to do this ...
.for f in ${FILES}