diff options
Diffstat (limited to 'usr.sbin/xntpd')
| -rw-r--r-- | usr.sbin/xntpd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/README.FreeBSD | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/authstuff/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/clockstuff/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/doc/tickadj.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/lib/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/lib/machines.c | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/ntpdate/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/ntpq/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/ntptrace/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/parse/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/parse/util/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/util/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/xntpd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/xntpdc/Makefile | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/xntpd/Makefile b/usr.sbin/xntpd/Makefile index 962e64a41bf0..f2467202116e 100644 --- a/usr.sbin/xntpd/Makefile +++ b/usr.sbin/xntpd/Makefile @@ -1,6 +1,6 @@ # # Makefile for xntpd. -# $Id: Makefile,v 1.3 1994/02/03 22:30:30 wollman Exp $ +# $FreeBSD$ # SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff util diff --git a/usr.sbin/xntpd/README.FreeBSD b/usr.sbin/xntpd/README.FreeBSD index 798a685f7740..3c455bd1e4fc 100644 --- a/usr.sbin/xntpd/README.FreeBSD +++ b/usr.sbin/xntpd/README.FreeBSD @@ -1,4 +1,4 @@ - $Id: README.FreeBSD,v 1.7 1994/04/21 21:10:20 wollman Exp $ + $FreeBSD$ This version of NTP was converted to the BSD-style Makefile system by Garrett Wollman (wollman@FreeBSD.org); it is based on version diff --git a/usr.sbin/xntpd/authstuff/Makefile b/usr.sbin/xntpd/authstuff/Makefile index 902848f375df..1f5f631f4203 100644 --- a/usr.sbin/xntpd/authstuff/Makefile +++ b/usr.sbin/xntpd/authstuff/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1993/12/22 11:32:10 rgrimes Exp $ +# $FreeBSD$ # # Most of the programs in this directory are completely useless for the # NTP configuration that we provide by default. diff --git a/usr.sbin/xntpd/clockstuff/Makefile b/usr.sbin/xntpd/clockstuff/Makefile index 425d79d1ddaa..fc48a2c26012 100644 --- a/usr.sbin/xntpd/clockstuff/Makefile +++ b/usr.sbin/xntpd/clockstuff/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1993/12/21 21:06:24 wollman Exp $ +# $FreeBSD$ # PROG= propdelay diff --git a/usr.sbin/xntpd/doc/tickadj.8 b/usr.sbin/xntpd/doc/tickadj.8 index 4ee458f74131..9970f8033074 100644 --- a/usr.sbin/xntpd/doc/tickadj.8 +++ b/usr.sbin/xntpd/doc/tickadj.8 @@ -1,4 +1,4 @@ -''' $Id$ +''' $FreeBSD$ ''' .de Sh .br diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile index 32c6a4a964cc..19b01ddb4275 100644 --- a/usr.sbin/xntpd/lib/Makefile +++ b/usr.sbin/xntpd/lib/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1994/04/03 20:37:05 wollman Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/lib/machines.c b/usr.sbin/xntpd/lib/machines.c index 1d1cbc92faa4..b6cd04b7f7df 100644 --- a/usr.sbin/xntpd/lib/machines.c +++ b/usr.sbin/xntpd/lib/machines.c @@ -2,7 +2,7 @@ * * Real bummers unite ! * - * $Id:$ + * $FreeBSD$ */ #include "ntp_stdlib.h" diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index aa720ffac552..065e9a264d1f 100644 --- a/usr.sbin/xntpd/ntpdate/Makefile +++ b/usr.sbin/xntpd/ntpdate/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1996/06/24 04:26:11 jkh Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile index e5ae05838ae1..b296d8099c2a 100644 --- a/usr.sbin/xntpd/ntpq/Makefile +++ b/usr.sbin/xntpd/ntpq/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1996/06/24 04:26:13 jkh Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntptrace/Makefile b/usr.sbin/xntpd/ntptrace/Makefile index bb12960d613e..eacf270b7410 100644 --- a/usr.sbin/xntpd/ntptrace/Makefile +++ b/usr.sbin/xntpd/ntptrace/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1996/06/24 04:26:14 jkh Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/parse/Makefile b/usr.sbin/xntpd/parse/Makefile index 1a46fbe2bdb4..444f23dd7a35 100644 --- a/usr.sbin/xntpd/parse/Makefile +++ b/usr.sbin/xntpd/parse/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1993/12/21 19:42:18 wollman Exp $ +# $FreeBSD$ # PARSEFLAGS= -DCLOCK_SCHMID -DCLOCK_DCF7000 -DCLOCK_MEINBERG \ diff --git a/usr.sbin/xntpd/parse/util/Makefile b/usr.sbin/xntpd/parse/util/Makefile index a05ca0838d50..496b70e3f58d 100644 --- a/usr.sbin/xntpd/parse/util/Makefile +++ b/usr.sbin/xntpd/parse/util/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1995/04/04 17:48:02 rgrimes Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../../include diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile index 4bd337eb79e6..9e45343f4ab5 100644 --- a/usr.sbin/xntpd/util/Makefile +++ b/usr.sbin/xntpd/util/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1996/06/24 04:26:17 jkh Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/xntpd/Makefile b/usr.sbin/xntpd/xntpd/Makefile index cb62927fe097..80040f0e6d79 100644 --- a/usr.sbin/xntpd/xntpd/Makefile +++ b/usr.sbin/xntpd/xntpd/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1996/06/24 04:26:19 jkh Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile index c0ccd588a53f..5babb188e962 100644 --- a/usr.sbin/xntpd/xntpdc/Makefile +++ b/usr.sbin/xntpd/xntpdc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.4 1996/06/24 04:26:21 jkh Exp $ +# $FreeBSD$ # CFLAGS+= -I${.CURDIR}/../include |
