svn commit: r271241 - head/lib/libnv

Garrett Cooper ngie at FreeBSD.org
Sun Sep 7 22:56:58 UTC 2014


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


More information about the svn-src-all mailing list