diff options
author | ngie <ngie@FreeBSD.org> | 2014-09-07 22:56:57 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-09-07 22:56:57 +0000 |
commit | 4d0e4024f5da87da00c887a09718da50d4a9333a (patch) | |
tree | 3b781c0b3a8d88c787b4eac0c1247729aa7132ee /lib/libnv | |
parent | 5a6147b0a148b066a6cc8468ddfdd07d45079673 (diff) | |
download | FreeBSD-src-4d0e4024f5da87da00c887a09718da50d4a9333a.zip FreeBSD-src-4d0e4024f5da87da00c887a09718da50d4a9333a.tar.gz |
Include src.opts.mk after SHLIBDIR has been defined so libnv is installed to
/lib , not /usr/lib
MFC after: 3 days
Approved by: rpaulo (mentor)
Submitted by: antoine
Pointyhat to: me
Phabric: D739
Diffstat (limited to 'lib/libnv')
-rw-r--r-- | lib/libnv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile index cad1ea4..4a7c76a 100644 --- a/lib/libnv/Makefile +++ b/lib/libnv/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include <src.opts.mk> LIB= nv -SHLIBDIR?= /lib SHLIB_MAJOR= 0 SRCS= dnvlist.c |