diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2013-07-21 09:38:53 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2013-07-21 09:38:53 +0000 |
commit | 2b5e84a446c3d0e706617c5d5245d40eb96d9b7f (patch) | |
tree | 6dcf484d76c93b9d9dca0d65a70284d7ab4aae34 /usr.sbin/smtpd/Makefile | |
parent | 78d33adf8409bf580a6c8307e0664efe20781e5d (diff) |
Add a "passwd" table backend. Useful for sharing vusers with other programs.
Diffstat (limited to 'usr.sbin/smtpd/Makefile')
-rw-r--r-- | usr.sbin/smtpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/Makefile b/usr.sbin/smtpd/Makefile index d26558ad77d..3356f5dac54 100644 --- a/usr.sbin/smtpd/Makefile +++ b/usr.sbin/smtpd/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2013/07/20 09:06:46 eric Exp $ +# $OpenBSD: Makefile,v 1.12 2013/07/21 09:38:51 eric Exp $ .include <bsd.own.mk> SUBDIR = makemap smtpd smtpctl SUBDIR+= table-ldap +SUBDIR+= table-passwd SUBDIR+= table-sqlite .include <bsd.subdir.mk> |