summaryrefslogtreecommitdiffstats
path: root/etc/mail
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-04 07:42:12 +0000
committerru <ru@FreeBSD.org>2002-04-04 07:42:12 +0000
commit2abc929acf45e4b1368a06f92fdc395f3fd1fe17 (patch)
treea665d760e1f8d0f173cff99644bb98435b6bc438 /etc/mail
parent844732c934de588ee9cf04af266acfb0f6df4cfb (diff)
downloadFreeBSD-src-2abc929acf45e4b1368a06f92fdc395f3fd1fe17.zip
FreeBSD-src-2abc929acf45e4b1368a06f92fdc395f3fd1fe17.tar.gz
Back out last commit. (This file is installed under /etc/mail.)
Requested by: gshapiro
Diffstat (limited to 'etc/mail')
-rw-r--r--etc/mail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index 34f3790..b92f6b3 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -65,8 +65,8 @@ SENDMAIL_ALIASES?= /etc/mail/aliases
#
.if exists(/usr/share/sendmail/cf)
SENDMAIL_CF_DIR?= /usr/share/sendmail/cf
-.elif exists(${.CURDIR}/../../contrib/sendmail/cf)
-SENDMAIL_CF_DIR?= ${.CURDIR}/../../contrib/sendmail/cf
+.elif exists(/usr/src/contrib/sendmail/cf)
+SENDMAIL_CF_DIR?= /usr/src/contrib/sendmail/cf
.endif
#
OpenPOWER on IntegriCloud