summaryrefslogtreecommitdiff
path: root/tools/make_libdeps.sh
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2007-10-01 18:11:43 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2007-10-01 18:11:43 +0000
commit63ebea533e98c5b536a3e4f9d5e6eb2d515386e2 (patch)
tree0ac8324fffed4f2e01c026403efd73d856acf962 /tools/make_libdeps.sh
parent1b647f44bcb39b5249e197f1c8d028a7304b44cd (diff)
downloadsrc-test-63ebea533e98c5b536a3e4f9d5e6eb2d515386e2.tar.gz
src-test-63ebea533e98c5b536a3e4f9d5e6eb2d515386e2.zip
- Add cddl/lib to the list of library directories.
- Add /bin to PATH to suppress a harmless warning from a makefile that sets a variable using cat(1). Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=172400
Diffstat (limited to 'tools/make_libdeps.sh')
-rw-r--r--tools/make_libdeps.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/make_libdeps.sh b/tools/make_libdeps.sh
index 167bfc6d47b81..f03f01edcca48 100644
--- a/tools/make_libdeps.sh
+++ b/tools/make_libdeps.sh
@@ -26,7 +26,7 @@
#
# $FreeBSD$
-export PATH=/usr/bin
+export PATH=/bin:/usr/bin
FS=': ' # internal field separator
LIBDEPENDS=./_libdeps # intermediate output file
@@ -37,6 +37,7 @@ LIBS="
kerberos5/lib
secure/lib
usr.bin/lex/lib
+ cddl/lib
" # where to scan for libraries
# This sed(1) filter is used to convert -lfoo to path/to/libfoo.