From 830261e23d39a48f15cfbc075d2ba2b5213e41f8 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 31 Oct 2018 20:42:18 +0000 Subject: rescue: Add bectl(8) Requested by: kevans, Shawn Webb MFC after: 3 days --- rescue/rescue/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rescue') diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index bb30e3909f6e..7393323a2f84 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -116,6 +116,7 @@ CRUNCH_PROGS_sbin+= routed rtquery .endif .if ${MK_ZFS} != "no" +CRUNCH_PROGS_sbin+= bectl CRUNCH_PROGS_sbin+= zfs CRUNCH_PROGS_sbin+= zpool CRUNCH_PROGS_usr.sbin+= zdb @@ -127,6 +128,7 @@ CRUNCH_PROGS_usr.sbin+= zdb CRUNCH_LIBS+= -l80211 -lalias -lcam -lncursesw -ldevstat -lipsec -llzma .if ${MK_ZFS} != "no" CRUNCH_LIBS+= -lavl -lzpool -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem +CRUNCH_LIBS+= -lbe .else # liblzma needs pthread CRUNCH_LIBS+= -lpthread -- cgit v1.2.3