aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
commit84e59eb50d533ef4e842fd057460814a2190b05c (patch)
tree63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /sbin/sysctl
parentf5c789f5a934dba022d7028c85ccba1a840b7e72 (diff)
downloadsrc-84e59eb50d533ef4e842fd057460814a2190b05c.tar.gz
src-84e59eb50d533ef4e842fd057460814a2190b05c.zip
Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
Notes
Notes: svn path=/head/; revision=1863
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile
index 40d12d2fede4..8d94c66d4511 100644
--- a/sbin/sysctl/Makefile
+++ b/sbin/sysctl/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= sysctl
-MAN8= sysctl.0
+MAN8= sysctl.8
.include <bsd.prog.mk>