diff options
| -rw-r--r-- | etc/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile index 259f155452d9..a36a2954da60 100644 --- a/etc/sendmail/Makefile +++ b/etc/sendmail/Makefile @@ -60,7 +60,7 @@ ${mc:T:R}.cf: ${mc} all: ${ALL} -install distribution: ${ALL} +install distribution: .if defined(SENDMAIL_MC) && defined(SENDMAIL_CF) @echo ">>> ERROR: Both SENDMAIL_MC and SENDMAIL_CF cannot be set" @false |
