blob: 562f23c59d21872a2339ec92ed00dda49317c213 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# This config file contains a list of directories both with binaries
2# and libraries prelink should consider by default.
3# If a directory name is prefixed with `-l ', the directory hierarchy
4# will be walked as long as filesystem boundaries are not crossed.
5# If a directory name is prefixed with `-h ', symbolic links in a
6# directory hierarchy are followed.
7-l /usr/local/sbin
8-l /sbin
9-l /usr/sbin
10-l /usr/local/bin
11-l /bin
12-l /usr/bin
13-l /usr/X11R6/bin
14-l /usr/games
15-l /usr/local/lib{,32,64,x32}
16-l /lib{,32,64,x32}
17-l /usr/lib{,32,64,x32}
18-l /usr/X11R6/lib{,32,64,x32}