diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-11-13 00:11:30 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-11-13 00:11:30 +0000 |
commit | 490a8aa9a1d9db0dd5c64452808991576f2cdee3 (patch) | |
tree | c0d86affb9b0bb9188a39ff3360a59248da72fab /usr.bin/locate | |
parent | d329c46cfacb473993e131c28a4e8e4886e726a8 (diff) | |
download | src-490a8aa9a1d9db0dd5c64452808991576f2cdee3.tar.gz src-490a8aa9a1d9db0dd5c64452808991576f2cdee3.zip |
Notes
Diffstat (limited to 'usr.bin/locate')
-rw-r--r-- | usr.bin/locate/bigram/Makefile.depend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/locate/bigram/Makefile.depend b/usr.bin/locate/bigram/Makefile.depend index 9cb890b58360..4def626103ce 100644 --- a/usr.bin/locate/bigram/Makefile.depend +++ b/usr.bin/locate/bigram/Makefile.depend @@ -5,8 +5,10 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ |