File: pathnames

package info (click to toggle)
opensmtpd 7.8.0p0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,208 kB
  • sloc: ansic: 54,930; sh: 5,497; yacc: 3,162; makefile: 436; awk: 339
file content (10 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (5)
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)\"