summaryrefslogtreecommitdiffstats
path: root/kerberos5/Makefile.inc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-30 04:13:06 +0000
committerngie <ngie@FreeBSD.org>2017-05-30 04:13:06 +0000
commit174201f0e9f69a4d24e5536ae1121849981cdf5e (patch)
tree18ff67b22d41f4febae57f35dc5b75b830031001 /kerberos5/Makefile.inc
parent96dc1cf1ed7b32083e3c2518b615049a51e28805 (diff)
downloadFreeBSD-src-174201f0e9f69a4d24e5536ae1121849981cdf5e.zip
FreeBSD-src-174201f0e9f69a4d24e5536ae1121849981cdf5e.tar.gz
MFC r314657:
kerberos5: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output
Diffstat (limited to 'kerberos5/Makefile.inc')
-rw-r--r--kerberos5/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc
index 4abf68b..eeb8d3a 100644
--- a/kerberos5/Makefile.inc
+++ b/kerberos5/Makefile.inc
@@ -4,9 +4,9 @@
NO_LINT=
-KRB5DIR= ${.CURDIR}/../../../crypto/heimdal
+KRB5DIR= ${SRCTOP}/crypto/heimdal
-CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../../include
+CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR:H:H}/include
.if ${MK_OPENLDAP} != "no" && !defined(COMPAT_32BIT)
OPENLDAPBASE?= /usr/local
OpenPOWER on IntegriCloud