diff options
author | mm <mm@FreeBSD.org> | 2012-07-30 23:14:24 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-07-30 23:14:24 +0000 |
commit | cf6d705d5b2f458f6a07c3c33eac90bca667108a (patch) | |
tree | addacafc54e9b837dfab0af6ec0b6b7eff091cbb /rescue | |
parent | 06da175461004ed723c6216f456b4ddbaa2fc997 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |