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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to