From 6cc056de261d6efc8a204a83e3d2d316991e2fd9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 8 Oct 2015 01:17:45 +0000 Subject: [PATCH] Move SHLIBDIR?=/lib before so that it works again. --- lib/libxo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index fd0ba910e6d3..d854a4c1d3c2 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include 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