summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-04-02 17:14:42 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-04-02 17:14:42 +0000
commit16646e2e72f32c095bd2de70ec9d4acf3ef8e86a (patch)
tree8e5309e0e6d308a33d90f4d7ded8877210274312
parent54740a0b30f58d3cf231ddf6980594ac5e8197d4 (diff)
Notes
-rw-r--r--etc/mail/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index 81e22f4f4f70..ac1368ee07e6 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.
#