aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.8
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-03-11 20:37:11 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-03-11 20:37:11 +0000
commit9a67c2cd1195a8594b0e32a6d1a00e5393a86c29 (patch)
tree7a7cea33874efd333a385101f8958e6fbf48f1df /usr.sbin/jail/jail.8
parent792b236965cfaa38761bc8eac58017ba4d1118f8 (diff)
downloadsrc-9a67c2cd1195a8594b0e32a6d1a00e5393a86c29.tar.gz
src-9a67c2cd1195a8594b0e32a6d1a00e5393a86c29.zip
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>
Notes
Notes: svn path=/head/; revision=74115
Diffstat (limited to 'usr.sbin/jail/jail.8')
-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 2e76572f3678..cbc08d5c3afd 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