Use a relative path to contrib/sendmail/cf.
This commit is contained in:
parent
9fd2a4b974
commit
b8aa2e2243
@ -65,8 +65,8 @@ SENDMAIL_ALIASES?= /etc/mail/aliases
|
||||
#
|
||||
.if exists(/usr/share/sendmail/cf)
|
||||
SENDMAIL_CF_DIR?= /usr/share/sendmail/cf
|
||||
.elif exists(/usr/src/contrib/sendmail/cf)
|
||||
SENDMAIL_CF_DIR?= /usr/src/contrib/sendmail/cf
|
||||
.elif exists(${.CURDIR}/../../contrib/sendmail/cf)
|
||||
SENDMAIL_CF_DIR?= ${.CURDIR}/../../contrib/sendmail/cf
|
||||
.endif
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user