diff options
-rw-r--r-- | share/mk/bsd.own.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index f2101be..baac40e 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -477,7 +477,7 @@ MK_BIND_UTILS:= no MK_LDNS_UTILS:= no .endif -.if ${MK_LDNS_UTILS} == "no" +.if ${MK_LDNS_UTILS} != "no" MK_BIND_UTILS:= no .endif |