mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Update files to remove when MK_IPX=no.
This commit is contained in:
parent
02eb407f8c
commit
2677a43216
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203565
@ -1025,14 +1025,14 @@ OLD_FILES+=usr/share/man/man8/natd.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_IPX} == no
|
||||
OLD_LIBS+=lib/libipx.so.4
|
||||
OLD_LIBS+=lib/libipx.so.5
|
||||
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_LIBS+=usr/lib32/libipx.so.5
|
||||
OLD_FILES+=usr/lib32/libipx_p.a
|
||||
.endif
|
||||
OLD_FILES+=usr/sbin/IPXrouted
|
||||
|
Loading…
Reference in New Issue
Block a user