summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2008-03-08 21:57:35 +0000
committerantoine <antoine@FreeBSD.org>2008-03-08 21:57:35 +0000
commit0deebb956f73ca3e5655d62e22b85f60cc89e8a3 (patch)
tree4b62440d40735e79adee9f2d53a626c76ca9b552 /tools/build
parentea3f3b4bc096e3278852eb787d17cac0580d5e55 (diff)
downloadFreeBSD-src-0deebb956f73ca3e5655d62e22b85f60cc89e8a3.zip
FreeBSD-src-0deebb956f73ca3e5655d62e22b85f60cc89e8a3.tar.gz
Add some checks for amd64 target around usr/lib32 libraries, missed in
previous commit. Approved by: rwatson (mentor) X-MFC: with revision 1.13
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index f474c57..ab3664a 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -584,10 +584,12 @@ OLD_LIBS+=lib/libipx.so.4
OLD_FILES+=usr/lib/libipx.a
OLD_FILES+=usr/lib/libipx.so
OLD_FILES+=usr/lib/libipx_p.a
+.if ${TARGET_ARCH} == "amd64"
OLD_FILES+=usr/lib32/libipx.a
OLD_FILES+=usr/lib32/libipx.so
OLD_LIBS+=usr/lib32/libipx.so.4
OLD_FILES+=usr/lib32/libipx_p.a
+.endif
OLD_FILES+=usr/sbin/IPXrouted
OLD_FILES+=usr/share/man/man3/ipx.3.gz
OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz
@@ -981,10 +983,12 @@ OLD_FILES+=usr/lib/libncp.a
OLD_FILES+=usr/lib/libncp.so
OLD_LIBS+=usr/lib/libncp.so.3
OLD_FILES+=usr/lib/libncp_p.a
+.if ${TARGET_ARCH} == "amd64"
OLD_FILES+=usr/lib32/libncp.a
OLD_FILES+=usr/lib32/libncp.so
OLD_LIBS+=usr/lib32/libncp.so.3
OLD_FILES+=usr/lib32/libncp_p.a
+.endif
OLD_FILES+=usr/sbin/mount_nwfs
OLD_FILES+=usr/share/man/man1/ncplist.1.gz
OLD_FILES+=usr/share/man/man1/ncplogin.1.gz
OpenPOWER on IntegriCloud