summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-10-31 20:42:18 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-10-31 20:42:18 +0000
commit830261e23d39a48f15cfbc075d2ba2b5213e41f8 (patch)
treedb43ace48bfde5a7cc735787772492ae1caa8d95 /rescue
parentda45b4da83c6a68c3bc3a1682ec77d44141164d2 (diff)
downloadsrc-test2-830261e23d39a48f15cfbc075d2ba2b5213e41f8.tar.gz
src-test2-830261e23d39a48f15cfbc075d2ba2b5213e41f8.zip
rescue: Add bectl(8)
Requested by: kevans, Shawn Webb MFC after: 3 days
Notes
Notes: svn path=/head/; revision=339972
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 2 insertions, 0 deletions
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