aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 63c24ca0b828..52fc84b05d48 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -709,6 +709,10 @@ CHECK_GIDS+= smmsp
CHECK_UIDS+= proxy
CHECK_GIDS+= proxy authpf
.endif
+.if ${MK_UNBOUND} != "no"
+CHECK_UIDS+= unbound
+CHECK_GIDS+= unbound
+.endif
installcheck_UGID:
.for uid in ${CHECK_UIDS}
@if ! `id -u ${uid} >/dev/null 2>&1`; then \