summaryrefslogtreecommitdiffstats
path: root/lib/libmp/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:51:09 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:51:09 +0000
commit82c5731b4b1b14e49d27d311984b9af64a41d875 (patch)
treed89285ec69cd35b7db22afab4840cdf5cdbd1e97 /lib/libmp/Makefile
parenta0737f1d6c506ad7eee325e462ef0e9d12951e4f (diff)
downloadFreeBSD-src-82c5731b4b1b14e49d27d311984b9af64a41d875.zip
FreeBSD-src-82c5731b4b1b14e49d27d311984b9af64a41d875.tar.gz
MFC r312494:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output
Diffstat (limited to 'lib/libmp/Makefile')
-rw-r--r--lib/libmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
index 67f6edd..08a52f5 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"
OpenPOWER on IntegriCloud