summaryrefslogtreecommitdiffstats
path: root/lib/libxo
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2014-12-25 03:15:56 +0000
committeralfred <alfred@FreeBSD.org>2014-12-25 03:15:56 +0000
commite257fca333058f943de24b04757f44f53c7788dc (patch)
treed851fffc9d50800b9c87f453d337669b26f4621f /lib/libxo
parentb61b2d2e422efaebb1b87808e0bb834f7b53c8b4 (diff)
downloadFreeBSD-src-e257fca333058f943de24b04757f44f53c7788dc.zip
FreeBSD-src-e257fca333058f943de24b04757f44f53c7788dc.tar.gz
Move libxo to /lib
Update ObsoleteFiles to reflect libxo move. Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D1370
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile
index fbe7857..770db20 100644
--- a/lib/libxo/Makefile
+++ b/lib/libxo/Makefile
@@ -7,6 +7,8 @@ LIBXO= ${.CURDIR:H:H}/contrib/libxo
LIB= xo
SHLIB_MAJOR=0
+SHLIBDIR?= /lib
+
SRCS= libxo.c
CFLAGS+=-I${LIBXO}/libxo
OpenPOWER on IntegriCloud