diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-12 21:40:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-12 21:40:28 +0000 |
commit | fe8088df9c0ad4fa5bdb64645a66c30af2db0891 (patch) | |
tree | 735e06d0dcd363d357e41eaf7b4e2f37c7c3a987 /etc/mail/Makefile | |
parent | b15d064a9e595336f6a6d96dddb4706af89615a6 (diff) |
just run newaliases. should be about the same, but less sendmail.
ok todd
Diffstat (limited to 'etc/mail/Makefile')
-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 80d8fa6e42a..09f1fc85a7a 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2009/04/02 10:21:08 jacekm Exp $ +# $OpenBSD: Makefile,v 1.8 2014/03/12 21:40:27 tedu Exp $ # # Generate the various .db versions from their source files. # The sendmail .mc files are not built here. They live in @@ -60,7 +60,7 @@ access.db: access ${MAKEMAP} hash ${.ALLSRC} < ${.ALLSRC} aliases.db: aliases - ${SENDMAIL} -bi + newaliases genericstable.db: genericstable ${MAKEMAP} hash ${.ALLSRC} < ${.ALLSRC} |