aboutsummaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-07-30 23:14:24 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-07-30 23:14:24 +0000
commite9832bb1da54c897dd8e319d265b7f8115963770 (patch)
treeaddacafc54e9b837dfab0af6ec0b6b7eff091cbb /rescue
parent6e465ac7ce754c86deb574ac4f85927d0b7e755f (diff)
parent3c306da80d77021c012776234924b30e70fa51b1 (diff)
downloadsrc-e9832bb1da54c897dd8e319d265b7f8115963770.tar.gz
src-e9832bb1da54c897dd8e319d265b7f8115963770.zip
Partial MFV (illumos-gate 13753:2aba784c276b)
2762 zpool command should have better support for feature flags References: https://www.illumos.org/issues/2762 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=238926
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index e3236226edfc..dc1f8a110c8a 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -123,7 +123,7 @@ CRUNCH_LIBS+= -lalias -lcam -lcurses -ldevstat -lipsec
CRUNCH_LIBS+= -lipx
.endif
.if ${MK_ZFS} != "no"
-CRUNCH_LIBS+= -lavl -lnvpair -lzfs -lpthread -luutil -lumem
+CRUNCH_LIBS+= -lavl -lzfs -lnvpair -lpthread -luutil -lumem
.endif
CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz