diff options
author | ru <ru@FreeBSD.org> | 2003-05-17 23:07:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-17 23:07:09 +0000 |
commit | 2df626cc2d006656544b0d170d4ab8a205157161 (patch) | |
tree | f115da83193b032c38200362b34a36577c0f0b1c /Makefile.inc1 | |
parent | 6f280e53749178a23ad835f4b06b4bd341e58e25 (diff) | |
download | FreeBSD-src-2df626cc2d006656544b0d170d4ab8a205157161.zip FreeBSD-src-2df626cc2d006656544b0d170d4ab8a205157161.tar.gz |
Unbreak world: record libgeom dependency on libbsdxml here too.
Forgotten by: ru
Submitted by: des
Verified by: tools/make_libdeps.sh
Approved by: re (scottl) (related change)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index fbb4512..7f35ab9 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -789,7 +789,8 @@ _prebuild_libs+= kerberos5/lib/libroken _generic_libs+= kerberos5/lib .endif -_prebuild_libs+= lib/libcom_err lib/libcrypt lib/libkvm lib/libmd \ +_prebuild_libs+= lib/libbsdxml lib/libcom_err lib/libcrypt \ + lib/libkvm lib/libmd \ lib/libncurses lib/libopie lib/libpam lib/libradius \ lib/librpcsvc \ lib/libsbuf lib/libtacplus lib/libutil lib/libypclnt \ |