diff options
author | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2015-12-08 09:03:51 +0000 |
---|---|---|
committer | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2015-12-08 09:03:51 +0000 |
commit | 202193727a52cb02e8ae6b84192580aa4c492754 (patch) | |
tree | 783e6c7c4c1c5e3b9a8fc5df6b92a4727f02dd44 /etc | |
parent | db84532fe3dd4e3e8aa942b2361b1db8c77b5d78 (diff) |
Use mailwrapper path instead of smtpd.
Ok tb@ jung@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile index dc2a68eaee0..d69535691f9 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2015/05/26 14:34:59 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2015/12/08 09:03:50 sunil Exp $ # # Generate the various .db versions from their source files. DB_FILES= aliases.db -MAKEMAP= /usr/libexec/smtpd/makemap +MAKEMAP= /usr/sbin/makemap all: ${DB_FILES} |