From ef32330c570fe463e3c57d66c01ee23546bf36d3 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 11 Mar 2001 20:37:11 +0000 Subject: 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 Reviewed by: phk Also pointed out by: Phil Kernick --- usr.sbin/jail/jail.8 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.sbin') 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 -- cgit v1.1