mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Use a relative path to contrib/sendmail/cf.
This commit is contained in:
parent
9fd2a4b974
commit
b8aa2e2243
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue