aboutsummaryrefslogtreecommitdiff
path: root/tools/make_libdeps.sh
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-18 00:40:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-18 00:40:22 +0000
commit5d29610095223aa29447ae9012bc8b3fcc4051dd (patch)
treec0b69d59c1d4e849409035e799198a4388457e67 /tools/make_libdeps.sh
parentab5e6ef004e641927b8646ed9a6e4bdb24dab10a (diff)
downloadsrc-5d29610095223aa29447ae9012bc8b3fcc4051dd.tar.gz
src-5d29610095223aa29447ae9012bc8b3fcc4051dd.zip
-lbsdxml lives in lib/libexpat. *Blush*
Submitted by: tmm (Makefile.inc1)
Notes
Notes: svn path=/head/; revision=115122
Diffstat (limited to 'tools/make_libdeps.sh')
-rw-r--r--tools/make_libdeps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make_libdeps.sh b/tools/make_libdeps.sh
index fb469ed0a0e5..6aef125186e4 100644
--- a/tools/make_libdeps.sh
+++ b/tools/make_libdeps.sh
@@ -46,6 +46,7 @@ SED_FILTER="
sed -E
-e's; ;! ;g'
-e's;$;!;'
+ -e's;-lbsdxml!;lib/libexpat;g'
-e's;-lm!;lib/msun;g'
-e's;-l(supc\+\+)!;gnu/lib/lib\1;g'
-e's;-l(asn1|gssapi|krb5|roken)!;kerberos5/lib/lib\1;g'