diff options
| author | Reid Linnemann <rlinnemann@netgate.com> | 2022-05-17 19:49:41 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2022-07-21 16:35:23 +0000 |
| commit | 000321bab7bea3530408b960095a6ea241451175 (patch) | |
| tree | e58b866e4b3c546207767249f1d43a4234f472a0 /lib/libnv/Makefile | |
| parent | fb8ef16bab0d23e185deed5a6b2e44e72ad53d43 (diff) | |
Diffstat (limited to 'lib/libnv/Makefile')
| -rw-r--r-- | lib/libnv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile index b13758931c4e..933dacb3eac6 100644 --- a/lib/libnv/Makefile +++ b/lib/libnv/Makefile @@ -8,6 +8,9 @@ PACKAGE= runtime LIB= nv SHLIB_MAJOR= 0 +VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def +VERSION_MAP= ${.CURDIR}/Version.map + .PATH: ${SRCTOP}/sys/contrib/libnv ${SRCTOP}/sys/sys CFLAGS+=-I${.CURDIR} |
