mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
- 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)
This commit is contained in:
parent
1b647f44bc
commit
63ebea533e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172400
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user