summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-11 20:37:11 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-11 20:37:11 +0000
commitef32330c570fe463e3c57d66c01ee23546bf36d3 (patch)
treeea664a178eecd3e7f4efc79cec29f96290a1226c /usr.sbin/jail
parent49ab6df486cb11b12739816ea64b8ea688575d67 (diff)
downloadFreeBSD-src-ef32330c570fe463e3c57d66c01ee23546bf36d3.zip
FreeBSD-src-ef32330c570fe463e3c57d66c01ee23546bf36d3.tar.gz
o Replace part-wise instructions for building world for jail(8) with
a simple make world; while this does a bit more work, it means that jail(8) doesn't have to be kept in sync with /usr/src/Makefile{,.inc1} which is a moving target. MFC candidate. Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Reviewed by: phk Also pointed out by: Phil Kernick <Phil@Kernick.org>
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r--usr.sbin/jail/jail.86
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 2e76572..cbc08d5 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -60,11 +60,7 @@ This shows how to setup a jail directory tree:
.Bd -literal
D=/here/is/the/jail
cd /usr/src
-make hierarchy DESTDIR=$D
-make obj
-make depend
-make all
-make install DESTDIR=$D
+make world DESTDIR=$D
cd etc
make distribution DESTDIR=$D NO_MAKEDEV=yes
cd $D/dev
OpenPOWER on IntegriCloud