diff options
author | 2001-07-27 17:45:35 +0000 | |
---|---|---|
committer | 2001-07-27 17:45:35 +0000 | |
commit | 704fa19aa7fa842ee2ce4457fe724a35bb70cf61 (patch) | |
tree | ca69be8d04f143e96e9702f5f4f8e1077407f178 | |
parent | shorten lines (diff) | |
download | wireguard-openbsd-704fa19aa7fa842ee2ce4457fe724a35bb70cf61.tar.xz wireguard-openbsd-704fa19aa7fa842ee2ce4457fe724a35bb70cf61.zip |
'make depend' really is required, esp. to prevent cruft being installed in the tree during build. Pointed out by beck@.
-rw-r--r-- | share/man/man8/release.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 8745ada14a6..66282314e78 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.14 2001/04/24 19:20:35 todd Exp $ +.\" $OpenBSD: release.8,v 1.15 2001/07/27 17:45:35 krw Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -187,6 +187,13 @@ the background. .br this re-builds your obj directories .It +.Li "nice make depend" +.br +this prepares the tree for a correct build, resolving dependencies and +performing required +.Ox +specific configurations. +.It .Li su .It .Li "nice make build" |