aboutsummaryrefslogtreecommitdiff
path: root/etc/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2003-07-07 03:19:46 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2003-07-07 03:19:46 +0000
commitd361b55eb7039c23016a219bc8a016b46a341533 (patch)
tree7e6c80e6ee2189eaa703618559f0fef2b0d57243 /etc/sendmail
parent62e74c0cb2e29f1c9200c3993862cbd710ac7f89 (diff)
Put back install/distribution dependency on the buildable .cf
files to get mergemaster working again. Noticed by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
Notes
Notes: svn path=/head/; revision=117298
Diffstat (limited to 'etc/sendmail')
-rw-r--r--etc/sendmail/Makefile2
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