diff options
author | Martin Matuska <mm@FreeBSD.org> | 2013-03-05 08:09:53 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2013-03-05 08:09:53 +0000 |
commit | dce1a726f283916a09eac22252f5f762dd7f4b8f (patch) | |
tree | 669ea5740806cbf29b6e064275d3f5a62478bd47 /rescue | |
parent | 23c07ad60d0e9eb2db5b6fbdafc1bd8b413ff7dd (diff) | |
parent | 5b5bfb7422f23e7a01f737edc83a22ea54181aed (diff) | |
download | src-dce1a726f283916a09eac22252f5f762dd7f4b8f.tar.gz src-dce1a726f283916a09eac22252f5f762dd7f4b8f.zip |
Notes
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 62db656ca75f..721bbb47e674 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 -ljail -lzfs -lnvpair -lpthread -luutil -lumem +CRUNCH_LIBS+= -lavl -ljail -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem .endif CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz |