unbreak build: rescue now needs -ljail if MK_ZFS is on

This commit is contained in:
bapt 2012-09-20 08:50:39 +00:00
parent 9f412b9646
commit 5d109d3a5f

View File

@ -123,7 +123,7 @@ CRUNCH_LIBS+= -lalias -lcam -lcurses -ldevstat -lipsec
CRUNCH_LIBS+= -lipx
.endif
.if ${MK_ZFS} != "no"
CRUNCH_LIBS+= -lavl -lzfs -lnvpair -lpthread -luutil -lumem
CRUNCH_LIBS+= -lavl -ljail -lzfs -lnvpair -lpthread -luutil -lumem
.endif
CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz