From c9416bed0bf0e18891552f7e303b95af2d963d41 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Mon, 3 Oct 2011 20:49:02 +0000 Subject: Now that its only consumer is gone (sysinstall), remove libftpio as well. --- ObsoleteFiles.inc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'ObsoleteFiles.inc') diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e762753..6ca9d84 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -39,7 +39,18 @@ # done # 20110930: sysinstall removed -OLD_FILES+=usr/sbin/sysinstall usr/share/man/man8/sysinstall.8.gz +OLD_FILES+=usr/sbin/sysinstall +OLD_FILES+=usr/share/man/man8/sysinstall.8.gz +OLD_FILES+=usr/lib/libftpio.a +OLD_FILES+=usr/lib/libftpio.so +OLD_LIBS+=usr/lib/libftpio.so.8 +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" +OLD_FILES+=usr/lib32/libftpio.a +OLD_FILES+=usr/lib32/libftpio.so +OLD_LIBS+=usr/lib32/libftpio.so.8 +.endif +OLD_FILES+=usr/include/ftpio.h +OLD_FILES+=usr/share/man/man3/ftpio.3.gz # 20110915: rename congestion control manpages OLD_FILES+=usr/share/man/man4/cc.4.gz OLD_FILES+=usr/share/man/man9/cc.9.gz -- cgit v1.1