diff options
author | 2014-03-14 10:19:01 +0000 | |
---|---|---|
committer | 2014-03-14 10:19:01 +0000 | |
commit | 863d1e6e8e8654ba79fe8a94169dc359fed72840 (patch) | |
tree | 41fc2b5a80efb6df8901cac802a78ae20cdd198c | |
parent | Check if buffer is to be saved as a directory. (diff) | |
download | wireguard-openbsd-863d1e6e8e8654ba79fe8a94169dc359fed72840.tar.xz wireguard-openbsd-863d1e6e8e8654ba79fe8a94169dc359fed72840.zip |
.depend is definitely not *appended* to Makefile. Its rules are also
read after the main makefile.
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 6bae67394d9..da777a2d8c1 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.111 2014/03/14 07:46:12 jmc Exp $ +.\" $OpenBSD: make.1,v 1.112 2014/03/14 10:19:01 espie Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -73,7 +73,7 @@ can still rely on a set of built-in system rules. .Pp If the file .Sq Pa .depend -exists, its contents are appended to the main +exists, it will also be read after the main .Ar makefile (see .Xr mkdep 1 ) . |