aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/Makefile')
-rw-r--r--smtpd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
new file mode 100644
index 00000000..a3dbc9d1
--- /dev/null
+++ b/smtpd/Makefile
@@ -0,0 +1,10 @@
+# $OpenBSD: Makefile,v 1.18 2018/05/24 11:38:24 gilles Exp $
+
+.include <bsd.own.mk>
+
+SUBDIR = smtpd
+SUBDIR+= smtpctl
+SUBDIR+= smtp
+SUBDIR+= mail
+
+.include <bsd.subdir.mk>