Author: peter
Date: Thu Oct  8 01:17:45 2015
New Revision: 289000
URL: https://svnweb.freebsd.org/changeset/base/289000

Log:
  Move SHLIBDIR?=/lib before <src.opts.mk> so that it works again.

Modified:
  head/lib/libxo/Makefile

Modified: head/lib/libxo/Makefile
==============================================================================
--- head/lib/libxo/Makefile     Thu Oct  8 00:52:41 2015        (r288999)
+++ head/lib/libxo/Makefile     Thu Oct  8 01:17:45 2015        (r289000)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+SHLIBDIR?=      /lib
+
 .include <src.opts.mk>
 
 LIBXOSRC=      ${SRCTOP}/contrib/libxo
@@ -9,8 +11,6 @@ LIBXOSRC=      ${SRCTOP}/contrib/libxo
 LIB=   xo
 SHLIB_MAJOR=0
 
-SHLIBDIR?=      /lib
-
 SRCS=  libxo.c xo_encoder.c xo_syslog.c
 
 CFLAGS+=-I${LIBXOSRC}/libxo
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to