summaryrefslogtreecommitdiffstats
path: root/usr.sbin/timed
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
committerru <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
commitf10dc9aca1097011cc6fd2f38be5e855132c46f0 (patch)
tree5e5ad69bb402f6680ccfdc8f662837f174acaab6 /usr.sbin/timed
parent56b5d7535b94f68324d688401270d40f3779f0aa (diff)
downloadFreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.zip
FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.tar.gz
Set the default manual section for usr.sbin/ to 8.
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 7edc521..a0002b5 100644
--- a/usr.sbin/timed/timed/Makefile
+++ b/usr.sbin/timed/timed/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
#
# optional flags are: MEASURE TESTING DEBUG
@@ -7,7 +8,6 @@ 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.8
.include "../../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile
index 9cb4716..a18eb06 100644
--- a/usr.sbin/timed/timedc/Makefile
+++ b/usr.sbin/timed/timedc/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= timedc
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
-MAN8= timedc.8
BINMODE=4555
.PATH: ${.CURDIR}/../timed
OpenPOWER on IntegriCloud