summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-04-15 05:17:45 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-04-15 05:17:45 +0000
commit12765fc926a02747eec0495eb82fa5bd9ad57847 (patch)
tree482c7c57897ca921805b0e2988305f57bc8851ae /share/man/man8
parent71771abcbf45c58af4735979b21a2e7604cb42bf (diff)
Remove mention of "make depend" from here as well.
ok deraadt@ guenther@
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/release.86
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8
index 297d23d1d6c..7d48bcf107d 100644
--- a/share/man/man8/release.8
+++ b/share/man/man8/release.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: release.8,v 1.62 2011/01/04 19:19:04 deraadt Exp $
+.\" $OpenBSD: release.8,v 1.63 2011/04/15 05:17:44 ajacoutot Exp $
.\"
.\" Copyright (c) 2000 Marco S. Hyman
.\"
@@ -9,7 +9,7 @@
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: January 4 2011 $
+.Dd $Mdocdate: April 15 2011 $
.Dt RELEASE 8
.Os
.Sh NAME
@@ -155,7 +155,7 @@ Build the kernel compilation directory and compile the kernel:
.Bd -literal -offset indent
$ config ${NAME}
$ cd ../compile/${NAME}
-$ make clean && make depend && make
+$ make clean && make
.Ed
.Pp
(In this instance