aboutsummaryrefslogtreecommitdiffstats
path: root/mk/pathnames
diff options
context:
space:
mode:
authorgilles <gilles.chehade@gmail.com>2013-06-12 14:08:52 +0200
committergilles <gilles.chehade@gmail.com>2013-06-12 14:08:52 +0200
commit06ef769c9b92550ed78363ec503be4bc3e862198 (patch)
tree824e256bef632510e0affe85097ebf66a5ef010c /mk/pathnames
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-06ef769c9b92550ed78363ec503be4bc3e862198.tar.xz
OpenSMTPD-06ef769c9b92550ed78363ec503be4bc3e862198.zip
inherit global pathnames from an include at the root of mk/ layout
Diffstat (limited to 'mk/pathnames')
-rw-r--r--mk/pathnames6
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/pathnames b/mk/pathnames
new file mode 100644
index 00000000..e119c263
--- /dev/null
+++ b/mk/pathnames
@@ -0,0 +1,6 @@
+smtpd_srcdir = $(top_srcdir)/smtpd
+asr_srcdir = $(top_srcdir)/contrib/lib/libc/asr
+compat_srcdir = $(top_srcdir)/openbsd-compat
+
+filters_srcdir = $(smtpd_srcdir)/filters
+backends_srcdir = $(smtpd_srcdir)/backends