Put back install/distribution dependency on the buildable .cf

files to get mergemaster working again.

Noticed by:	Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
This commit is contained in:
Gregory Neil Shapiro 2003-07-07 03:19:46 +00:00
parent 62e74c0cb2
commit d361b55eb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117298

View File

@ -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