summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorrmh <rmh@FreeBSD.org>2012-02-14 07:14:42 +0000
committerrmh <rmh@FreeBSD.org>2012-02-14 07:14:42 +0000
commit0cc840ee23062e4ae7541fa8c16bed937d496cf1 (patch)
treeff4535cb627ff789cf92567cc5521142d1d7251a /rescue
parent6562553391a1ee564f1c22c5468946ae94951114 (diff)
downloadFreeBSD-src-0cc840ee23062e4ae7541fa8c16bed937d496cf1.zip
FreeBSD-src-0cc840ee23062e4ae7541fa8c16bed937d496cf1.tar.gz
Disable jail support in ifconfig when either building a rescue
image or MK_JAIL knob has been set to "no". Reviewed by: bz Approved by: adrian (mentor)
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 8bb8f1f..e323622 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -125,7 +125,7 @@ CRUNCH_LIBS+= -lipx
.if ${MK_ZFS} != "no"
CRUNCH_LIBS+= -lavl -lnvpair -lzfs -lpthread -luutil -lumem
.endif
-CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs -lz
+CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz
.if ${MACHINE_CPUARCH} == "i386"
CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk
OpenPOWER on IntegriCloud