aboutsummaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-05-02 20:45:34 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-05-02 20:45:34 +0000
commit076e25142a7220462d109ebfd9a9894e987fe525 (patch)
tree25d3c2ade816f139a533e8cb52e2cd1406870caa /rescue
parent1a2ac459a9188b2f7404f4d7cf7af78cda3522b9 (diff)
downloadsrc-076e25142a7220462d109ebfd9a9894e987fe525.tar.gz
src-076e25142a7220462d109ebfd9a9894e987fe525.zip
- Fix build WITHOUT_ZFS/WITHOUT_CDDL after r265229, bin/ps needs libjail.
MFC after: 2 weeks X-MFC-with: r265229
Notes
Notes: svn path=/head/; revision=265239
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index ea0d1370d80c..4a4cd446fde9 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -52,7 +52,7 @@ CRUNCH_SRCDIRS+= bin
CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
ed expr getfacl hostname kenv kill ln ls mkdir mv \
pkill ps pwd realpath rm rmdir setfacl sh stty sync test
-CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -ltermcap -lutil
+CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcap -lutil
CRUNCH_BUILDTOOLS+= bin/sh
# Additional options for specific programs
@@ -120,7 +120,7 @@ CRUNCH_PROGS_sbin+= zpool
CRUNCH_LIBS+= -lalias -lcam -lcurses -ldevstat -lipsec
.if ${MK_ZFS} != "no"
-CRUNCH_LIBS+= -lavl -ljail -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem
+CRUNCH_LIBS+= -lavl -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem
.endif
CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz