summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-12 07:02:17 +0000
committerru <ru@FreeBSD.org>2004-05-12 07:02:17 +0000
commite9b76abdac7743b00e4d01a711253bd9574241ad (patch)
tree13e3e30e4bd5432a13aa0bc3926ee9f187fec85d /Makefile.inc1
parent261a226cca081bb8185dbe3b2d6a2216f0f00043 (diff)
downloadFreeBSD-src-e9b76abdac7743b00e4d01a711253bd9574241ad.zip
FreeBSD-src-e9b76abdac7743b00e4d01a711253bd9574241ad.tar.gz
Catch up with the current output of tools/make_libdeps.sh:
- Removed the stale dependency of libypclnt on librpcsvc. - Fixed the dependency graph of libssh.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc110
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1d3c02f..9f73a20 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -897,12 +897,11 @@ _generic_libs+= kerberos5/lib
_prebuild_libs+= lib/libcom_err lib/libcrypt lib/libexpat \
lib/libkvm lib/libmd \
lib/libncurses lib/libnetgraph lib/libopie lib/libpam \
- lib/libradius lib/librpcsvc \
+ lib/libradius \
lib/libsbuf lib/libtacplus lib/libutil lib/libypclnt \
lib/libz lib/msun
lib/libopie__L lib/libtacplus__L: lib/libmd__L
-lib/libypclnt__L: lib/librpcsvc__L
_generic_libs+= lib
@@ -912,7 +911,12 @@ _prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
lib/libradius__L: secure/lib/libssl__L
.if !defined(NO_OPENSSH)
_prebuild_libs+= secure/lib/libssh
-secure/lib/libssh__L: secure/lib/libcrypto__L lib/libz__L
+secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L
+.if !defined(NO_KERBEROS)
+secure/lib/libssh__L: kerberos5/lib/libgssapi__L kerberos5/lib/libkrb5__L \
+ kerberos5/lib/libasn1__L lib/libcom_err__L lib/libmd__L \
+ kerberos5/lib/libroken__L
+.endif
.endif
.endif
_generic_libs+= secure/lib
OpenPOWER on IntegriCloud