diff options
author | alfred <alfred@FreeBSD.org> | 2014-12-25 03:15:56 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2014-12-25 03:15:56 +0000 |
commit | e257fca333058f943de24b04757f44f53c7788dc (patch) | |
tree | d851fffc9d50800b9c87f453d337669b26f4621f /lib/libxo | |
parent | b61b2d2e422efaebb1b87808e0bb834f7b53c8b4 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |