diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-03-11 17:21:52 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-03-11 17:21:52 +0000 |
commit | 7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d (patch) | |
tree | c7c6432bea7a4d89ef9b8fc3cd74ebbe223187dc /cddl/lib | |
parent | e8eb6b5cd648669c59375286dbd6aa180da46115 (diff) | |
download | src-test2-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.tar.gz src-test2-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.zip |
Notes
Diffstat (limited to 'cddl/lib')
-rw-r--r-- | cddl/lib/libavl/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libctf/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libdtrace/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libnvpair/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libumem/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libuutil/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libzfs/Makefile.depend | 1 | ||||
-rw-r--r-- | cddl/lib/libzpool/Makefile.depend | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/cddl/lib/libavl/Makefile.depend b/cddl/lib/libavl/Makefile.depend index 943a383b89f7..82222e2879c7 100644 --- a/cddl/lib/libavl/Makefile.depend +++ b/cddl/lib/libavl/Makefile.depend @@ -7,6 +7,7 @@ DIRDEPS = \ include \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ .include <dirdeps.mk> diff --git a/cddl/lib/libctf/Makefile.depend b/cddl/lib/libctf/Makefile.depend index bc9d5c895f1e..7cebd167f56b 100644 --- a/cddl/lib/libctf/Makefile.depend +++ b/cddl/lib/libctf/Makefile.depend @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libelf \ lib/libz \ diff --git a/cddl/lib/libdtrace/Makefile.depend b/cddl/lib/libdtrace/Makefile.depend index d05493ae9e65..3ecdaf9d9f7e 100644 --- a/cddl/lib/libdtrace/Makefile.depend +++ b/cddl/lib/libdtrace/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libelf \ lib/libproc \ lib/librtld_db \ diff --git a/cddl/lib/libnvpair/Makefile.depend b/cddl/lib/libnvpair/Makefile.depend index b6a920e8f5a7..c0e2c4ad739d 100644 --- a/cddl/lib/libnvpair/Makefile.depend +++ b/cddl/lib/libnvpair/Makefile.depend @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/msun \ diff --git a/cddl/lib/libumem/Makefile.depend b/cddl/lib/libumem/Makefile.depend index 943a383b89f7..82222e2879c7 100644 --- a/cddl/lib/libumem/Makefile.depend +++ b/cddl/lib/libumem/Makefile.depend @@ -7,6 +7,7 @@ DIRDEPS = \ include \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ .include <dirdeps.mk> diff --git a/cddl/lib/libuutil/Makefile.depend b/cddl/lib/libuutil/Makefile.depend index 61e5f50bc12b..65ce5679ccda 100644 --- a/cddl/lib/libuutil/Makefile.depend +++ b/cddl/lib/libuutil/Makefile.depend @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ .include <dirdeps.mk> diff --git a/cddl/lib/libzfs/Makefile.depend b/cddl/lib/libzfs/Makefile.depend index bc712676313e..6f4784a07bed 100644 --- a/cddl/lib/libzfs/Makefile.depend +++ b/cddl/lib/libzfs/Makefile.depend @@ -10,6 +10,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libgeom \ lib/libmd \ lib/libthr \ diff --git a/cddl/lib/libzpool/Makefile.depend b/cddl/lib/libzpool/Makefile.depend index fb831e2ff591..f7e66f1c71d7 100644 --- a/cddl/lib/libzpool/Makefile.depend +++ b/cddl/lib/libzpool/Makefile.depend @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libmd \ lib/libthr \ lib/libz \ |