summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/Makefile
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2008-12-05 03:28:38 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2008-12-05 03:28:38 +0000
commitd8212310e46cd4d9b3d172cdb2c77a18241b7f0e (patch)
tree20663311b7e41c903bf01855418197f14a9937df /usr.sbin/smtpd/Makefile
parent747f62b5dbedca879d99609ee63547c8d6d68e49 (diff)
- smtpctl utility to control the smtpd, don't expect too much yet as it is
just an empty clone of relayctl with the glue needed to have it exchange imsg with smtpd correctly. code mostly by pyr@, reviewed by chl@ and I a while ago.
Diffstat (limited to 'usr.sbin/smtpd/Makefile')
-rw-r--r--usr.sbin/smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/Makefile b/usr.sbin/smtpd/Makefile
index 853eb8a1363..4159055631e 100644
--- a/usr.sbin/smtpd/Makefile
+++ b/usr.sbin/smtpd/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2008/12/04 15:16:08 gilles Exp $
+# $OpenBSD: Makefile,v 1.7 2008/12/05 03:28:37 gilles Exp $
.include <bsd.own.mk>
-SUBDIR = makemap newaliases smtpd
+SUBDIR = makemap newaliases smtpd smtpctl
distribution:
${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/smtpd.conf \