diff options
| author | sjg <sjg@NetBSD.org> | 2022-03-26 15:39:58 +0000 |
|---|---|---|
| committer | sjg <sjg@NetBSD.org> | 2022-03-26 15:39:58 +0000 |
| commit | 07cdba717f7260f0ebcc4de301cb989bec6441bd (patch) | |
| tree | b5a22e970080bec1a520f4b0c014dab1ddf05fcb /usr.bin/make/make.1 | |
| parent | 9d260e12463fb7655f96a62c3d58b530c70d720b (diff) | |
Mention 'make -r' with .POSIX
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 2173cb6825e..446b88511eb 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.306 2022/03/25 21:16:04 sjg Exp $ +.\" $NetBSD: make.1,v 1.307 2022/03/26 15:39:58 sjg Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2301,6 +2301,13 @@ is encountered, the makefile .Ql posix.mk will be included if possible, to provide POSIX compatible default rules. +If +.Nm +is run with the +.Fl r +flag, then only +.Ql posix.mk +will contribute to the default rules. .It Ic .PRECIOUS Apply the .Ic .PRECIOUS |
