From 869cbeea2d00972929deff2f93c462b5129a9936 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 7 Feb 2011 01:07:18 +0100 Subject: [PATCH] wmake.1: Describe how to install stuff built with wmake. Pointed-out-by: corecode --- usr.bin/wmake/wmake.1 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/usr.bin/wmake/wmake.1 b/usr.bin/wmake/wmake.1 index 3ce7d88329..96bbbefb40 100644 --- a/usr.bin/wmake/wmake.1 +++ b/usr.bin/wmake/wmake.1 @@ -28,9 +28,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/usr.bin/wmake/wmake.1,v 1.2 2007/12/13 20:51:37 swildner Exp $ -.\" -.Dd January 20, 2006 +.Dd February 7, 2011 .Os .Dt WMAKE 1 .Sh NAME @@ -61,6 +59,13 @@ The utility will accept all options and arguments that .Xr make 1 accepts. +.Pp +To install things built with +.Nm , +use: +.Bd -literal +$ wmake install INSTALL=install DESTDIR=/ +.Ed .Sh SEE ALSO .Xr make 1 , .Xr build 7 -- 2.41.0