diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2003-07-07 03:19:46 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2003-07-07 03:19:46 +0000 |
commit | deabab50c576da23313dc6df610c26adebb55851 (patch) | |
tree | 7e6c80e6ee2189eaa703618559f0fef2b0d57243 /etc/sendmail | |
parent | a727b4630b4119952c10a354a12dc58aaaee8036 (diff) | |
download | FreeBSD-src-deabab50c576da23313dc6df610c26adebb55851.zip FreeBSD-src-deabab50c576da23313dc6df610c26adebb55851.tar.gz |
Put back install/distribution dependency on the buildable .cf
files to get mergemaster working again.
Noticed by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
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 88b9008..21accdd 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 |