aboutsummaryrefslogtreecommitdiffstats
path: root/mk/pathnames
diff options
context:
space:
mode:
authorEric Faurot <eric@faurot.net>2014-06-10 14:12:32 +0200
committerEric Faurot <eric@faurot.net>2014-06-10 14:12:32 +0200
commit64a53f450e2a1048a59fe5a55cd270bf7069b052 (patch)
tree60088bca68fd03015f136269504fb4ec10a130ff /mk/pathnames
parentMerge branch 'portable' of ssh.poolp.org:/git/opensmtpd into portable (diff)
downloadOpenSMTPD-64a53f450e2a1048a59fe5a55cd270bf7069b052.tar.xz
OpenSMTPD-64a53f450e2a1048a59fe5a55cd270bf7069b052.zip
define PATH_LIBEXEC
Diffstat (limited to 'mk/pathnames')
-rw-r--r--mk/pathnames3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/pathnames b/mk/pathnames
index 7aff7176..5adc441b 100644
--- a/mk/pathnames
+++ b/mk/pathnames
@@ -9,7 +9,6 @@ PATHS= -DSMTPD_CONFDIR=\"$(sysconfdir)\" \
-DPATH_CHROOT=\"$(PRIVSEP_PATH)\" \
-DPATH_SMTPCTL=\"$(sbindir)/smtpctl\" \
-DPATH_MAILLOCAL=\"$(pkglibexecdir)/mail.local\" \
- -DPATH_FILTERS=\"$(pkglibexecdir)\" \
- -DPATH_TABLES=\"$(pkglibexecdir)\"
+ -DPATH_LIBEXEC=\"$(pkglibexecdir)\"