Browse Source

just run newaliases. should be about the same, but less sendmail.

ok todd
OPENBSD_5_6
tedu 10 years ago
parent
commit
f87d303583
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/mail/Makefile

+ 2
- 2
src/etc/mail/Makefile View File

@ -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. # Generate the various .db versions from their source files.
# The sendmail .mc files are not built here. They live in # The sendmail .mc files are not built here. They live in
@ -60,7 +60,7 @@ access.db: access
${MAKEMAP} hash ${.ALLSRC} < ${.ALLSRC} ${MAKEMAP} hash ${.ALLSRC} < ${.ALLSRC}
aliases.db: aliases aliases.db: aliases
${SENDMAIL} -bi
newaliases
genericstable.db: genericstable genericstable.db: genericstable
${MAKEMAP} hash ${.ALLSRC} < ${.ALLSRC} ${MAKEMAP} hash ${.ALLSRC} < ${.ALLSRC}


Loading…
Cancel
Save