summaryrefslogtreecommitdiffstats
path: root/usr.sbin/timed
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
commitd7fca5c18929944218704fdefd232e6af5683663 (patch)
tree63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /usr.sbin/timed
parent2159e4287dcdfbc49dff55d254fe5924fd0abaac (diff)
downloadFreeBSD-src-d7fca5c18929944218704fdefd232e6af5683663.zip
FreeBSD-src-d7fca5c18929944218704fdefd232e6af5683663.tar.gz
Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
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 08b41f3..7edc521 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 a0b41ef..582ea96 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
OpenPOWER on IntegriCloud