aboutsummaryrefslogtreecommitdiffstats
path: root/mk/pathnames
blob: b233ec3302a9451059a920b9ca20947b2b8aed7a (plain) (blame)
1
2
3
4
5
6
7
8
9
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)\"