summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:51:53 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:51:53 +0000
commit5e4dbe719f859c3067902f331e43edec0f352412 (patch)
treeaf9a7242ef7b0b225ec9c3271d081e388abc98be
parent82c5731b4b1b14e49d27d311984b9af64a41d875 (diff)
downloadFreeBSD-src-5e4dbe719f859c3067902f331e43edec0f352412.zip
FreeBSD-src-5e4dbe719f859c3067902f331e43edec0f352412.tar.gz
MFC r312495:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output
-rw-r--r--lib/libmilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmilter/Makefile b/lib/libmilter/Makefile
index 0e625d0..00c0548 100644
--- a/lib/libmilter/Makefile
+++ b/lib/libmilter/Makefile
@@ -2,7 +2,7 @@
.include <bsd.own.mk>
-SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
+SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
.PATH: ${SENDMAIL_DIR}/libmilter ${SENDMAIL_DIR}/libsm
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
OpenPOWER on IntegriCloud