diff options
author | 2015-11-23 13:16:48 +0000 | |
---|---|---|
committer | 2015-11-23 13:16:48 +0000 | |
commit | 765758b61f4c35f77e8d6f8943eef7b628a467bb (patch) | |
tree | 1eb17a3e81237f720cc3e5998340e5709274ccfc | |
parent | Add support for logging to stderr or syslog, and to run vmd in (diff) | |
download | wireguard-openbsd-765758b61f4c35f77e8d6f8943eef7b628a467bb.tar.xz wireguard-openbsd-765758b61f4c35f77e8d6f8943eef7b628a467bb.zip |
cleanup
-rw-r--r-- | usr.sbin/smtpd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/Makefile b/usr.sbin/smtpd/Makefile index 3356f5dac54..660ecddd536 100644 --- a/usr.sbin/smtpd/Makefile +++ b/usr.sbin/smtpd/Makefile @@ -1,8 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2013/07/21 09:38:51 eric Exp $ +# $OpenBSD: Makefile,v 1.13 2015/11/23 13:16:48 gilles Exp $ .include <bsd.own.mk> -SUBDIR = makemap smtpd smtpctl +SUBDIR = smtpd +SUBDIR+= smtpctl +SUBDIR+= makemap + SUBDIR+= table-ldap SUBDIR+= table-passwd SUBDIR+= table-sqlite |