summaryrefslogtreecommitdiffstats
path: root/etc/mail/Makefile
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-08-12 22:39:25 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-08-12 22:39:25 +0000
commit002ef51d6eb85e40acd7d5111adaccddc33e3880 (patch)
tree372ed1ec3b3cdaae188c1397c5724ee2a49a924c /etc/mail/Makefile
parentb107abc272e6f4eb2fa7e8fd4e2008fb91cd2914 (diff)
downloadFreeBSD-src-002ef51d6eb85e40acd7d5111adaccddc33e3880.zip
FreeBSD-src-002ef51d6eb85e40acd7d5111adaccddc33e3880.tar.gz
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.
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 b912a05..4d66a33 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
OpenPOWER on IntegriCloud