diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-27 07:58:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-27 07:58:36 +0000 |
commit | 33e9691a521133d55214c30f97752671c1553212 (patch) | |
tree | 155aaf323821545b14c33bcad68721c13a612fe9 | |
parent | e057387d4c3d4c88045c43fe415c35146ff691c6 (diff) |
note that mk.conf does not exist by default;
-rw-r--r-- | share/man/man5/mk.conf.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 1e810f9202d..61e5cc1e3c0 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.3 2003/05/10 18:20:30 jmc Exp $ +.\" $OpenBSD: mk.conf.5,v 1.4 2003/08/27 07:58:35 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -42,8 +42,12 @@ If .Ev MAKECONF is not set, or no such file exists, the system make configuration file .Pa /etc/mk.conf -is included. -For more information on how the make process works, see +is included, if it exists. +By default, this file does not exist, +and must be created from scratch. +For more information on how the make process works, +and details of the format of make files, +see .Xr make 1 . .Pp .Aq bsd.own.mk |