summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2018-04-28 16:54:12 +0000
committerEric Faurot <eric@cvs.openbsd.org>2018-04-28 16:54:12 +0000
commit18e2ff34e26f9bd6143d809f58977b23ebbd9569 (patch)
tree0ae82a20556b3fbb8b72e869a3d095a07372ac5e /usr.sbin/smtpd
parent1bbe7c1d88a01633c35449672da071572b43ce91 (diff)
link smtp(1) to the build
ok deraadt@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/Makefile b/usr.sbin/smtpd/Makefile
index 4917227b49a..e026df770ab 100644
--- a/usr.sbin/smtpd/Makefile
+++ b/usr.sbin/smtpd/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.16 2017/02/14 16:02:13 gilles Exp $
+# $OpenBSD: Makefile,v 1.17 2018/04/28 16:54:11 eric Exp $
.include <bsd.own.mk>
SUBDIR = smtpd
SUBDIR+= smtpctl
+SUBDIR+= smtp
#SUBDIR+= mail
.include <bsd.subdir.mk>