Deleted Added
full compact
make.1 (23305) make.1 (23578)
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
33.\" $Id: make.1,v 1.8 1997/02/22 19:27:15 peter Exp $
33.\" $Id$
34.\"
35.Dd March 19, 1994
36.Dt MAKE 1
37.Os
38.Sh NAME
39.Nm make
40.Nd maintain program dependencies
41.Sh SYNOPSIS

--- 893 unchanged lines hidden (view full) ---

935.Ev MACHINE ,
936.Ev MAKE ,
937.Ev MAKEFLAGS ,
938.Ev MAKEOBJDIR ,
939.Ev MAKEOBJDIRPREFIX ,
940and
941.Ev PWD .
942.Sh FILES
34.\"
35.Dd March 19, 1994
36.Dt MAKE 1
37.Os
38.Sh NAME
39.Nm make
40.Nd maintain program dependencies
41.Sh SYNOPSIS

--- 893 unchanged lines hidden (view full) ---

935.Ev MACHINE ,
936.Ev MAKE ,
937.Ev MAKEFLAGS ,
938.Ev MAKEOBJDIR ,
939.Ev MAKEOBJDIRPREFIX ,
940and
941.Ev PWD .
942.Sh FILES
943.Bl -tag -width /usr/share/mk -compact
943.Bl -tag -width /usr/share/doc/psd/12.make -compact
944.It .depend
945list of dependencies
946.It Makefile
947list of dependencies
948.It makefile
949list of dependencies
950.It sys.mk
951system makefile
952.It /usr/share/mk
953system makefile directory
944.It .depend
945list of dependencies
946.It Makefile
947list of dependencies
948.It makefile
949list of dependencies
950.It sys.mk
951system makefile
952.It /usr/share/mk
953system makefile directory
954.It /usr/share/doc/psd/12.make
955PMake tutorial
954.El
955.Sh SEE ALSO
956.Xr mkdep 1
956.El
957.Sh SEE ALSO
958.Xr mkdep 1
959.Rs
960.%T "PMake - A Tutorial"
961.Re
957.Sh HISTORY
958A
959.Nm Make
960command appeared in
961.At v7 .
962.Sh HISTORY
963A
964.Nm Make
965command appeared in
966.At v7 .