.\" 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
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