diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-08-10 20:48:59 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-08-10 20:48:59 +0000 |
| commit | 3e85d47c46a62db09fe50154c8201b2a83253b68 (patch) | |
| tree | 735e916e696525ed587fa7b8ea94597ec7872d8e /etc/sendmail | |
| parent | 822f63fc947bf20a2651af14b3da9a5dea7a363d (diff) | |
Notes
Diffstat (limited to 'etc/sendmail')
| -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 |
