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