diff options
Diffstat (limited to 'usr.bin/whereis/whereis.c')
-rw-r--r-- | usr.bin/whereis/whereis.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 82c084462801c..68a69cf2ae11f 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -54,6 +54,7 @@ static char *bindirs[] = { "/usr/gnu/bin", "/usr/include", "/usr/libexec", + "/usr/libexec/uucp", "/usr/sbin", "/usr/share", "/usr/X386/bin", @@ -113,6 +114,7 @@ static char *srcdirs[] = { "/usr/src/games", "/usr/src/gnu/lib", "/usr/src/gnu/libexec", + "/usr/src/gnu/libexec/uucp", "/usr/src/gnu/usr.bin", "/usr/src/include", "/usr/src/lib", |