summaryrefslogtreecommitdiffstats
path: root/lib/libxo
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2015-10-08 01:17:45 +0000
committerpeter <peter@FreeBSD.org>2015-10-08 01:17:45 +0000
commit3cab7edfb2189584bee4dcc9949573aaaa5f9861 (patch)
tree9e074ed9a0aec238bddfcc6ae4b2cad4eced1b2b /lib/libxo
parentab34dc50568c2b827045a59c1518b0e767209fde (diff)
downloadFreeBSD-src-3cab7edfb2189584bee4dcc9949573aaaa5f9861.zip
FreeBSD-src-3cab7edfb2189584bee4dcc9949573aaaa5f9861.tar.gz
Move SHLIBDIR?=/lib before <src.opts.mk> so that it works again.
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile
index fd0ba91..d854a4c 100644
--- a/lib/libxo/Makefile
+++ b/lib/libxo/Makefile
@@ -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
OpenPOWER on IntegriCloud