aboutsummaryrefslogtreecommitdiff
path: root/lib/libsm
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:35:36 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:35:36 +0000
commitff9aa684f0e417101363ba65416d93601c236e87 (patch)
tree7a60b8fe0fec5eda56cb1a52bef1ae0821a22e29 /lib/libsm
parentb7debe1d3f85922be51bf6d1b7c37b9e5ef7737c (diff)
downloadsrc-ff9aa684f0e417101363ba65416d93601c236e87.tar.gz
src-ff9aa684f0e417101363ba65416d93601c236e87.zip
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=312482
Diffstat (limited to 'lib/libsm')
-rw-r--r--lib/libsm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile
index 984009259fc3..94af1b322138 100644
--- a/lib/libsm/Makefile
+++ b/lib/libsm/Makefile
@@ -3,7 +3,7 @@
.include <src.opts.mk>
PACKAGE=sendmail
-SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
+SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
.PATH: ${SENDMAIL_DIR}/libsm
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.