diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-10-31 00:07:04 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-10-31 00:07:04 +0000 |
commit | ea825d02749f382c3f7e17f28247f20a48733eab (patch) | |
tree | d73b466e28a3889c0be79b5ad7a917cf5b89be6d /rescue/rescue/Makefile.depend | |
parent | 3806950135d2c8633ec0764e8807eacc87cf3e10 (diff) | |
download | src-ea825d02749f382c3f7e17f28247f20a48733eab.tar.gz src-ea825d02749f382c3f7e17f28247f20a48733eab.zip |
DIRDEPS_BUILD: Update dependencies.
Sponsored by: Dell EMC Isilon
Notes
Notes:
svn path=/head/; revision=325188
Diffstat (limited to 'rescue/rescue/Makefile.depend')
-rw-r--r-- | rescue/rescue/Makefile.depend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile.depend b/rescue/rescue/Makefile.depend index 3af6cf1fc661..1a01391d2b90 100644 --- a/rescue/rescue/Makefile.depend +++ b/rescue/rescue/Makefile.depend @@ -10,7 +10,6 @@ DIRDEPS = \ cddl/lib/libzfs_core \ cddl/lib/libzpool \ gnu/lib/csu \ - gnu/lib/libgcc \ include \ include/arpa \ include/protocols \ @@ -25,6 +24,8 @@ DIRDEPS = \ lib/libc \ lib/libcam \ lib/libcapsicum \ + lib/libcasper/libcasper \ + lib/libcasper/services/cap_dns \ lib/libcompiler_rt \ lib/libcrypt \ lib/libdevstat \ |