summaryrefslogtreecommitdiffstats
path: root/rescue/rescue
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2009-06-24 18:21:37 +0000
committerjamie <jamie@FreeBSD.org>2009-06-24 18:21:37 +0000
commit17732421076935a7d2072f52c7a30754ed31f34b (patch)
tree64fae747524b876a567b23c9085d45d1c3982f56 /rescue/rescue
parentc6535b4fd4e8f344a50494d0f7bde4929bcbe834 (diff)
downloadFreeBSD-src-17732421076935a7d2072f52c7a30754ed31f34b.zip
FreeBSD-src-17732421076935a7d2072f52c7a30754ed31f34b.tar.gz
Add the "vnet" and "-vnet" options, to allow moving interfaces between
jails with VIMAGE. Approved by: bz (mentor)
Diffstat (limited to 'rescue/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 c1400c4..afb15b0 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -143,7 +143,7 @@ CRUNCH_LIBS+= -lipx
.if ${MK_ZFS} != "no"
CRUNCH_LIBS+= -lzfs -lnvpair -luutil -lavl
.endif
-CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lreadline -lsbuf -lufs -lz
+CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lreadline -lsbuf -lufs -lz
.if ${MACHINE_ARCH} == "i386"
CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk
OpenPOWER on IntegriCloud