Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 22:56:57 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271241 - head/lib/libnv
Message-ID:  <201409072256.s87MuvIl059453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Sep  7 22:56:57 2014
New Revision: 271241
URL: http://svnweb.freebsd.org/changeset/base/271241

Log:
  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

Modified:
  head/lib/libnv/Makefile

Modified: head/lib/libnv/Makefile
==============================================================================
--- head/lib/libnv/Makefile	Sun Sep  7 21:46:54 2014	(r271240)
+++ head/lib/libnv/Makefile	Sun Sep  7 22:56:57 2014	(r271241)
@@ -1,9 +1,10 @@
 # $FreeBSD$
 
+SHLIBDIR?= /lib
+
 .include <src.opts.mk>
 
 LIB=	nv
-SHLIBDIR?= /lib
 SHLIB_MAJOR= 0
 
 SRCS=	dnvlist.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409072256.s87MuvIl059453>