mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
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:
parent
fce5da5f71
commit
948ed04a87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276195
@ -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
|
||||
|
@ -7,6 +7,8 @@ LIBXO= ${.CURDIR:H:H}/contrib/libxo
|
||||
LIB= xo
|
||||
SHLIB_MAJOR=0
|
||||
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
SRCS= libxo.c
|
||||
|
||||
CFLAGS+=-I${LIBXO}/libxo
|
||||
|
Loading…
Reference in New Issue
Block a user