summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:38:22 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:38:22 +0000
commit9624cc62c98b90ce79685a6d7430e95dced77a07 (patch)
tree0ae5325dd5b33229aaf60e9e82fb7ee292a22824
parent428cab406e0dfc3e798fe8e6f25987f601bfb871 (diff)
downloadFreeBSD-src-9624cc62c98b90ce79685a6d7430e95dced77a07.zip
FreeBSD-src-9624cc62c98b90ce79685a6d7430e95dced77a07.tar.gz
MFC r312479:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output
-rw-r--r--lib/libsmutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsmutil/Makefile b/lib/libsmutil/Makefile
index b7e5a69..32f8a5d 100644
--- a/lib/libsmutil/Makefile
+++ b/lib/libsmutil/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
+SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
.PATH: ${SENDMAIL_DIR}/libsmutil
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
OpenPOWER on IntegriCloud