Move libxo to /lib

Update ObsoleteFiles to reflect libxo move.

Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D1370
This commit is contained in:
Alfred Perlstein 2014-12-25 03:15:56 +00:00
parent fce5da5f71
commit 948ed04a87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276195
2 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
# 20141224: libxo moved to /lib
OLD_FILES+=usr/lib/libxo.a
OLD_FILES+=usr/lib/libxo_p.a
# 20141223: remove in6_gif.h, in_gif.h and if_stf.h
OLD_FILES+=usr/include/net/if_stf.h
OLD_FILES+=usr/include/netinet/in_gif.h

View File

@ -7,6 +7,8 @@ LIBXO= ${.CURDIR:H:H}/contrib/libxo
LIB= xo
SHLIB_MAJOR=0
SHLIBDIR?= /lib
SRCS= libxo.c
CFLAGS+=-I${LIBXO}/libxo