=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/make/make.1 1995/12/17 13:42:00 1.4 --- src/usr.bin/make/make.1 1996/02/23 18:32:57 1.5 *************** *** 47,52 **** --- 47,53 ---- .Op Fl I Ar directory .Bk -words .Op Fl j Ar max_jobs + .Op Fl m Ar directory .Ek .Op Ar variable=value .Op Ar target ... *************** *** 130,137 **** Multiple makefile's may be specified, and are read in the order specified. .It Fl I Ar directory Specify a directory in which to search for makefiles and included makefiles. ! The system makefile directory is automatically included as part of this ! list. .It Fl i Ignore non-zero exit of shell commands in the makefile. Equivalent to specifying --- 131,139 ---- Multiple makefile's may be specified, and are read in the order specified. .It Fl I Ar directory Specify a directory in which to search for makefiles and included makefiles. ! The system makefile directory (or directories, see the ! .Fl m ! option) is automatically included as part of this list. .It Fl i Ignore non-zero exit of shell commands in the makefile. Equivalent to specifying *************** *** 146,151 **** --- 148,161 ---- .It Fl k Continue processing after errors are encountered, but only on those targets that do not depend on the target whose creation caused the error. + .It Fl m Ar directory + Specify a directory in which to search for sys.mk and makefiles included + via the <...> style. Multiple directories can be added to form a search path. + This path will override the default system include path: /usr/share/mk. + Furthermore the system include path will be appended to the search path used + for "..."-style inclusions (see the + .Fl I + option). .It Fl n Display the commands that would have been executed, but do not actually execute them.