diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:42:11 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:42:11 +0000 |
| commit | ebc81ded1facbc7f83bc1c6e4f2f2e0c976889ef (patch) | |
| tree | 00589ff55489cd67d12c947ea35a45f85410f115 /lib/libmp | |
| parent | aa5975162b6ca8c3d3059c55289c847472427ef7 (diff) | |
Notes
Diffstat (limited to 'lib/libmp')
| -rw-r--r-- | lib/libmp/Makefile | 4 |
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" |
