summaryrefslogtreecommitdiff
path: root/usr.sbin/timed
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 /usr.sbin/timed
parentf5c789f5a934dba022d7028c85ccba1a840b7e72 (diff)
Notes
Diffstat (limited to 'usr.sbin/timed')
-rw-r--r--usr.sbin/timed/timed/Makefile2
-rw-r--r--usr.sbin/timed/timedc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/timed/timed/Makefile b/usr.sbin/timed/timed/Makefile
index 08b41f3ad3f8..7edc521d05ab 100644
--- a/usr.sbin/timed/timed/Makefile
+++ b/usr.sbin/timed/timed/Makefile
@@ -7,7 +7,7 @@ SRCS= acksend.c candidate.c correct.c master.c networkdelta.c readmsg.c \
slave.c timed.c byteorder.c measure.c cksum.c
DPADD= ${LIBUTIL}
LDADD= -lutil
-MAN8= timed.0
+MAN8= timed.8
.include "../../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile
index a0b41ef4b76f..582ea96b4442 100644
--- a/usr.sbin/timed/timedc/Makefile
+++ b/usr.sbin/timed/timedc/Makefile
@@ -2,7 +2,7 @@
PROG= timedc
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
-MAN8= timedc.0
+MAN8= timedc.8
BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../timed