summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2012-03-07 20:46:59 +0000
committerpluknet <pluknet@FreeBSD.org>2012-03-07 20:46:59 +0000
commit62debd8920d60c2e8df967aa1fe7be3b177bc66c (patch)
tree23fe05ec81a254ba29a8a74926bd550ab7dd59aa /ObsoleteFiles.inc
parent514b775731b883c65e49d038c143bacb85173278 (diff)
downloadFreeBSD-src-62debd8920d60c2e8df967aa1fe7be3b177bc66c.zip
FreeBSD-src-62debd8920d60c2e8df967aa1fe7be3b177bc66c.tar.gz
Add lib32 part for libutil after its version bump to 9.
PR: misc/165523 Submitted by: Andrey Zonov <andrey zonov org> MFC after: 1 week
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 3fae655..c95af4e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -417,6 +417,9 @@ OLD_FILES+=usr/share/man/man5/lastlog.5.gz
OLD_FILES+=usr/share/man/man5/utmp.5.gz
OLD_FILES+=usr/share/man/man5/wtmp.5.gz
OLD_LIBS+=lib/libutil.so.8
+.if ${TARGET_ARCH} == "amd64"
+OLB_LIBS+=usr/lib32/libutil.so.8
+.endif
# 20100105: new userland semaphore implementation
OLD_FILES+=usr/include/sys/semaphore.h
# 20100103: ntptrace(8) removed
OpenPOWER on IntegriCloud