aboutsummaryrefslogtreecommitdiff
path: root/etc/mail/Makefile
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-08-12 22:39:25 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-08-12 22:39:25 +0000
commit88c75941e63c3cf4adc2948d1db54b4afd030f1b (patch)
treedfda633f687732f5ca9a80a596bb9c817c8bea30 /etc/mail/Makefile
parentcd904b75f96a3c329e595e33fa1f1330308391af (diff)
downloadsrc-88c75941e63c3cf4adc2948d1db54b4afd030f1b.tar.gz
src-88c75941e63c3cf4adc2948d1db54b4afd030f1b.zip
The rest of the changes needed to support the new version of sendmail (8.11.0).
Beyond changes to the build system, this includes fixing up the sample freebsd.mc configuration for changes in defaults and syntax, removing outdated documentation, and updating the release notes.
Notes
Notes: svn path=/head/; revision=64567
Diffstat (limited to 'etc/mail/Makefile')
-rw-r--r--etc/mail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index b912a058a856..4d66a334237e 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
all: access.db mailertable.db virtusertable.db \
-# /etc/aliases.db
+# /etc/mail/aliases.db
access.db: access
/usr/sbin/makemap hash access < access
@@ -12,9 +12,9 @@ virtusertable.db: virtusertable
mailertable.db: mailertable
/usr/sbin/makemap hash mailertable < mailertable
-#/etc/aliases.db: /etc/aliases
+#/etc/mail/aliases.db: /etc/mail/aliases
# newaliases
-
+
mailertable:
@echo Generating empty mailertable
sed -e 's/^/#/' < mailertable.sample > mailertable