diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-11-23 13:16:49 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-11-23 13:16:49 +0000 |
commit | 7206fc435496123c48094479ceaa5b04cfee286a (patch) | |
tree | 57a87de7263343874b90daf886d761103d7b9b38 /usr.sbin/smtpd/Makefile | |
parent | 4e11e311495bdc25503c0a0c31d6b07af9bb1a4b (diff) |
cleanup
Diffstat (limited to 'usr.sbin/smtpd/Makefile')
-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 |