diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-18 07:57:56 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-18 07:57:56 +0000 |
| commit | d567f909ef23d362b39eb2327b1c917d7c8bbfca (patch) | |
| tree | 15f4987840c3499b70c1bfcd3273fab69eaae53e /lib/Makefile | |
| parent | 05e08cbdaccc97cf11abac3919f7b0c6ea99637b (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 33f31f7f7ed6..d5ee01327e8c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -102,7 +102,7 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \ # libraries, those libraries should be listed as build order dependencies here. SUBDIR_DEPEND_geom= libufs -SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd +SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd SUBDIR_DEPEND_libauditdm= libbsm SUBDIR_DEPEND_libbsnmp= ${_libnetgraph} SUBDIR_DEPEND_libc++:= libcxxrt |
