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
This commit is contained in:
Sergey Kandaurov 2012-03-07 20:46:59 +00:00
parent e80cc28c1d
commit 8b6ebc0a46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232671

View File

@ -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