diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-09-26 20:31:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-09-26 20:31:00 +0000 |
| commit | 2e5ee2bfacc0e6f26fbb8ab6ee08621482ed5348 (patch) | |
| tree | 4f55db457e21d4349b7ca39ce5dce6880c4d7400 /usr.bin/make/make.1 | |
| parent | b2828ad291931415982d7b6e07e0233f26695d4a (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 29f74ac7c790..20506db78f2f 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -578,8 +578,10 @@ to the canonical path given by As .Nm reads various makefiles, including the default files and any -obtained from the command line and +obtained from the command line .Ic .include +and +.Ic .sinclude directives, their names will be automatically appended to the .Va .MAKEFILE_LIST variable. @@ -836,6 +838,12 @@ makefile's directory and any directories specified using the .Fl I option are searched before the system makefile directory. +The +.It Ic \&.sinclude Ar <file> +.It Ic \&.sinclude Ar \*qfile\*q +Like +.Ic .include , +but silently ignored if the file cannot be found and opened. .It Ic .undef Ar variable Un-define the specified global variable. Only global variables may be un-defined. |
