summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-07-30 23:14:24 +0000
committermm <mm@FreeBSD.org>2012-07-30 23:14:24 +0000
commitcf6d705d5b2f458f6a07c3c33eac90bca667108a (patch)
treeaddacafc54e9b837dfab0af6ec0b6b7eff091cbb /rescue
parent06da175461004ed723c6216f456b4ddbaa2fc997 (diff)
downloadFreeBSD-src-cf6d705d5b2f458f6a07c3c33eac90bca667108a.zip
FreeBSD-src-cf6d705d5b2f458f6a07c3c33eac90bca667108a.tar.gz
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
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 e323622..dc1f8a1 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
OpenPOWER on IntegriCloud