diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-04-01 22:48:07 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-04-01 22:48:07 +0000 |
| commit | 5d312ac168a6624b1439b3a0eb3be3fce9687e8e (patch) | |
| tree | 40b9d75fff4de5f15b069c9219a3d233717264d2 /etc/mail | |
| parent | 50ca6ec387169ec4fad55c949afeae9be616fc69 (diff) | |
Notes
Diffstat (limited to 'etc/mail')
| -rw-r--r-- | etc/mail/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile index 2ddd2f163d184..c98825cd4a5d0 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -76,10 +76,10 @@ KILL?= /bin/kill # exists in the current directory. # SENDMAIL_MAP_SRC+= mailertable domaintable bitdomain uucpdomain \ - genericstable virtusertable access userdb + genericstable virtusertable access SENDMAIL_MAP_OBJ= -.for _f in ${SENDMAIL_MAP_SRC} +.for _f in ${SENDMAIL_MAP_SRC} userdb .if exists(${_f}) SENDMAIL_MAP_OBJ+= ${_f}.db .endif @@ -98,6 +98,10 @@ ${_f}.db: ${_f} ${MAKEMAP} hash ${.TARGET} < ${.OODATE} .endfor +userdb.db: userdb + ${MAKEMAP} btree ${.TARGET} < ${.OODATE} + + # # The .cf file needs to be recreated if the templates were modified. # |
