From 9624cc62c98b90ce79685a6d7430e95dced77a07 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 11 Feb 2017 06:38:22 +0000 Subject: MFC r312479: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output --- lib/libsmutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.1