aboutsummaryrefslogtreecommitdiffstats
path: root/foobar/portable/mk/pathnames
diff options
context:
space:
mode:
Diffstat (limited to 'foobar/portable/mk/pathnames')
-rw-r--r--foobar/portable/mk/pathnames10
1 files changed, 10 insertions, 0 deletions
diff --git a/foobar/portable/mk/pathnames b/foobar/portable/mk/pathnames
new file mode 100644
index 00000000..b233ec33
--- /dev/null
+++ b/foobar/portable/mk/pathnames
@@ -0,0 +1,10 @@
+smtpd_srcdir = $(top_srcdir)/smtpd
+compat_srcdir = $(top_srcdir)/openbsd-compat
+regress_srcdir = $(top_srcdir)/regress/bin
+
+PATHS= -DSMTPD_CONFDIR=\"$(sysconfdir)\" \
+ -DPATH_CHROOT=\"$(PRIVSEP_PATH)\" \
+ -DPATH_SMTPCTL=\"$(sbindir)/smtpctl\" \
+ -DPATH_MAILLOCAL=\"$(pkglibexecdir)/mail.local\" \
+ -DPATH_MAKEMAP=\"$(sbindir)/makemap\" \
+ -DPATH_LIBEXEC=\"$(pkglibexecdir)\"