aboutsummaryrefslogtreecommitdiff
path: root/lib/libmp
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:42:11 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:42:11 +0000
commitebc81ded1facbc7f83bc1c6e4f2f2e0c976889ef (patch)
tree00589ff55489cd67d12c947ea35a45f85410f115 /lib/libmp
parentaa5975162b6ca8c3d3059c55289c847472427ef7 (diff)
downloadsrc-ebc81ded1facbc7f83bc1c6e4f2f2e0c976889ef.tar.gz
src-ebc81ded1facbc7f83bc1c6e4f2f2e0c976889ef.zip
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=312494
Diffstat (limited to 'lib/libmp')
-rw-r--r--lib/libmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
index 8d8c5278e573..16f96abaa030 100644
--- a/lib/libmp/Makefile
+++ b/lib/libmp/Makefile
@@ -10,9 +10,9 @@ MAN= libmp.3
INCS= mp.h
SRCS= mpasbn.c
-CFLAGS+= -I${.CURDIR}/../../crypto
+CFLAGS+= -I${SRCTOP}/crypto
-VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
.if ${MK_TESTS} != "no"