diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-11 06:38:22 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-11 06:38:22 +0000 |
commit | 9624cc62c98b90ce79685a6d7430e95dced77a07 (patch) | |
tree | 0ae5325dd5b33229aaf60e9e82fb7ee292a22824 /lib/libsmutil/Makefile | |
parent | 428cab406e0dfc3e798fe8e6f25987f601bfb871 (diff) | |
download | FreeBSD-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
Diffstat (limited to 'lib/libsmutil/Makefile')
-rw-r--r-- | lib/libsmutil/Makefile | 2 |
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. |