summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2018-07-22 16:42:22 +0000
committerIan Lepore <ian@FreeBSD.org>2018-07-22 16:42:22 +0000
commitfd46d8a8c681137d82da3038f13997c4df8189f8 (patch)
treee32b69ef6b18498ae178f02f02af9994752d0a82 /Makefile.inc1
parent9a23cbc4d4f09db0c4c77938fb302f79bedfc8b3 (diff)
downloadsrc-test2-fd46d8a8c681137d82da3038f13997c4df8189f8.tar.gz
src-test2-fd46d8a8c681137d82da3038f13997c4df8189f8.zip
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 510b83ee81ac..fbaed6af4882 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1175,22 +1175,14 @@ __installcheck_DESTDIR: .PHONY
#
CHECK_UIDS= auditdistd
CHECK_GIDS= audit
-.if ${MK_SENDMAIL} != "no"
CHECK_UIDS+= smmsp
CHECK_GIDS+= smmsp
-.endif
-.if ${MK_PF} != "no"
CHECK_UIDS+= proxy
CHECK_GIDS+= proxy authpf
-.endif
-.if ${MK_UNBOUND} != "no"
CHECK_UIDS+= unbound
CHECK_GIDS+= unbound
-.endif
-.if ${MK_NTP} != "no"
CHECK_UIDS+= ntpd
CHECK_GIDS+= ntpd
-.endif
_installcheck_world: __installcheck_UGID
__installcheck_UGID: .PHONY
.for uid in ${CHECK_UIDS}