aboutsummaryrefslogtreecommitdiff
path: root/cddl/sbin
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2013-03-11 17:21:52 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2013-03-11 17:21:52 +0000
commit7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d (patch)
treec7c6432bea7a4d89ef9b8fc3cd74ebbe223187dc /cddl/sbin
parente8eb6b5cd648669c59375286dbd6aa180da46115 (diff)
downloadsrc-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.tar.gz
src-7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d.zip
Notes
Diffstat (limited to 'cddl/sbin')
-rw-r--r--cddl/sbin/zfs/Makefile.depend1
-rw-r--r--cddl/sbin/zpool/Makefile.depend1
2 files changed, 2 insertions, 0 deletions
diff --git a/cddl/sbin/zfs/Makefile.depend b/cddl/sbin/zfs/Makefile.depend
index 2048b45b56af..070b0ebc271e 100644
--- a/cddl/sbin/zfs/Makefile.depend
+++ b/cddl/sbin/zfs/Makefile.depend
@@ -12,6 +12,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
lib/libgeom \
lib/libjail \
lib/libutil \
diff --git a/cddl/sbin/zpool/Makefile.depend b/cddl/sbin/zpool/Makefile.depend
index fe80c62e4e10..5e542ca7c83f 100644
--- a/cddl/sbin/zpool/Makefile.depend
+++ b/cddl/sbin/zpool/Makefile.depend
@@ -13,6 +13,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
lib/libgeom \
lib/libutil \
lib/msun \