mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
libodialog: disconnect from the build and obsolete.
This commit is contained in:
parent
8396c7de45
commit
24d1b19ec4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227951
@ -38,6 +38,17 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20111125: libodialog removed
|
||||
OLD_FILES+=usr/lib/libodialog.a
|
||||
OLD_FILES+=usr/lib/libodialog.so
|
||||
OLD_LIBS+=usr/lib/libodialog.so.7
|
||||
OLD_FILES+=usr/lib/libodialog_p.a
|
||||
.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
|
||||
OLD_FILES+=usr/lib32/libodialog.a
|
||||
OLD_FILES+=usr/lib32/libodialog.so
|
||||
OLD_LIBS+=usr/lib32/libodialog.so.7
|
||||
OLD_FILES+=usr/lib32/libodialog_p.a
|
||||
.endif
|
||||
# 20110930: sysinstall removed
|
||||
OLD_FILES+=usr/sbin/sysinstall
|
||||
OLD_FILES+=usr/share/man/man8/sysinstall.8.gz
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= csu libgcc libgcov libdialog libgomp libodialog libregex libreadline \
|
||||
libssp
|
||||
SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline libssp
|
||||
|
||||
# libsupc++ uses libstdc++ headers, although 'make includes' should
|
||||
# have taken care of that already.
|
||||
|
@ -100,7 +100,6 @@ LIBNCURSESW?= ${DESTDIR}${LIBDIR}/libncursesw.a
|
||||
LIBNETGRAPH?= ${DESTDIR}${LIBDIR}/libnetgraph.a
|
||||
LIBNGATM?= ${DESTDIR}${LIBDIR}/libngatm.a
|
||||
LIBNVPAIR?= ${DESTDIR}${LIBDIR}/libnvpair.a
|
||||
LIBODIALOG?= ${DESTDIR}${LIBDIR}/libodialog.a
|
||||
LIBOPIE?= ${DESTDIR}${LIBDIR}/libopie.a
|
||||
|
||||
# The static PAM library doesn't know its secondary dependencies,
|
||||
|
Loading…
Reference in New Issue
Block a user