diff options
author | ru <ru@FreeBSD.org> | 2005-02-27 12:11:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-27 12:11:35 +0000 |
commit | 5d9bc16368a571a4efed23a179ae62e3a0610008 (patch) | |
tree | 53b507c2318524c454b62f1e78e77807966c87e8 /usr.sbin/jail | |
parent | 129e10db74a618ccca6ff0fd28d4336b2edfbdea (diff) | |
download | FreeBSD-src-5d9bc16368a571a4efed23a179ae62e3a0610008.zip FreeBSD-src-5d9bc16368a571a4efed23a179ae62e3a0610008.tar.gz |
Added the convenience "distribution" target which calls the
target of the same name from src/etc/Makefile with a proper
environment, suitable to be used during upgrades and cross-
builds.
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index f7c5198..d8440b6 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -33,7 +33,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 8, 2003 +.Dd February 27, 2005 .Dt JAIL 8 .Os .Sh NAME @@ -119,7 +119,6 @@ D=/here/is/the/jail cd /usr/src mkdir -p $D make world DESTDIR=$D -cd etc make distribution DESTDIR=$D mount_devfs devfs $D/dev cd $D |