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 88b900871805..21accdd9f191 100644 --- a/etc/sendmail/Makefile +++ b/etc/sendmail/Makefile @@ -57,7 +57,7 @@ CLEANFILES= ${ALL} all: ${ALL} -install distribution: +install distribution: ${ALL} .if defined(SENDMAIL_MC) && defined(SENDMAIL_CF) @echo ">>> ERROR: Both SENDMAIL_MC and SENDMAIL_CF cannot be set" @false |