diff options
author | rmh <rmh@FreeBSD.org> | 2012-02-14 07:14:42 +0000 |
---|---|---|
committer | rmh <rmh@FreeBSD.org> | 2012-02-14 07:14:42 +0000 |
commit | 0cc840ee23062e4ae7541fa8c16bed937d496cf1 (patch) | |
tree | ff4535cb627ff789cf92567cc5521142d1d7251a /rescue | |
parent | 6562553391a1ee564f1c22c5468946ae94951114 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |