aboutsummaryrefslogtreecommitdiffstats
path: root/mk/pathnames
blob: 5cff32da82e83169976f82414e7056da22d1b64c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
smtpd_srcdir	= $(top_srcdir)/usr.sbin/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)\"