summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-10-03 20:49:02 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-10-03 20:49:02 +0000
commitc9416bed0bf0e18891552f7e303b95af2d963d41 (patch)
tree7e71676ce3ea86d0e9289a886b4d3980c17f9e4a /ObsoleteFiles.inc
parentd0edacc828bd8ebfec52659abb65d71839c7fbb6 (diff)
downloadFreeBSD-src-c9416bed0bf0e18891552f7e303b95af2d963d41.zip
FreeBSD-src-c9416bed0bf0e18891552f7e303b95af2d963d41.tar.gz
Now that its only consumer is gone (sysinstall), remove libftpio as well.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc13
1 files changed, 12 insertions, 1 deletions
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
OpenPOWER on IntegriCloud