summaryrefslogtreecommitdiff
path: root/mail/courier/Makefile.own
diff options
context:
space:
mode:
Diffstat (limited to 'mail/courier/Makefile.own')
-rw-r--r--mail/courier/Makefile.own5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/courier/Makefile.own b/mail/courier/Makefile.own
index daa607a972cb..3d1b346df0ba 100644
--- a/mail/courier/Makefile.own
+++ b/mail/courier/Makefile.own
@@ -58,7 +58,10 @@ OWNER0= bin/courier-config \
libexec/filters/dupfilter \
libexec/filters/perlfilter \
sbin/courier \
- sbin/courierldapaliasd \
sbin/couriertcpd \
sbin/showconfig \
sbin/webmaild
+
+.if defined(WITH_LDAP) && !defined(WITHOUT_LDAP)
+OWNER0+=sbin/courierldapaliasd
+.endif