diff options
Diffstat (limited to 'usr.sbin/xntpd/parse')
| -rw-r--r-- | usr.sbin/xntpd/parse/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/parse/clk_trimtaip.c | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/parse/clk_trimtsip.c | 2 | ||||
| -rw-r--r-- | usr.sbin/xntpd/parse/util/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/xntpd/parse/Makefile b/usr.sbin/xntpd/parse/Makefile index 444f23dd7a35..c17a7cd0c567 100644 --- a/usr.sbin/xntpd/parse/Makefile +++ b/usr.sbin/xntpd/parse/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/xntpd/parse/Makefile,v 1.3.2.1 1999/08/29 15:49:28 peter Exp $ # PARSEFLAGS= -DCLOCK_SCHMID -DCLOCK_DCF7000 -DCLOCK_MEINBERG \ diff --git a/usr.sbin/xntpd/parse/clk_trimtaip.c b/usr.sbin/xntpd/parse/clk_trimtaip.c index ac0e75c8b958..d54388b078b4 100644 --- a/usr.sbin/xntpd/parse/clk_trimtaip.c +++ b/usr.sbin/xntpd/parse/clk_trimtaip.c @@ -1,6 +1,6 @@ #if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTAIP) /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/xntpd/parse/clk_trimtaip.c,v 1.1.1.1.10.1 1999/08/29 15:49:29 peter Exp $ * * Trimble SV6 clock support */ diff --git a/usr.sbin/xntpd/parse/clk_trimtsip.c b/usr.sbin/xntpd/parse/clk_trimtsip.c index 7a4e3ddba080..0d50aa81e6ab 100644 --- a/usr.sbin/xntpd/parse/clk_trimtsip.c +++ b/usr.sbin/xntpd/parse/clk_trimtsip.c @@ -1,6 +1,6 @@ #if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_TRIMTSIP) /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/xntpd/parse/clk_trimtsip.c,v 1.3.2.1 1999/08/29 15:49:29 peter Exp $ * * Trimble TSIP support - CURRENTLY VERY MUCH UNDER CONSTRUCTION */ diff --git a/usr.sbin/xntpd/parse/util/Makefile b/usr.sbin/xntpd/parse/util/Makefile index 496b70e3f58d..c56edf5b1b48 100644 --- a/usr.sbin/xntpd/parse/util/Makefile +++ b/usr.sbin/xntpd/parse/util/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/xntpd/parse/util/Makefile,v 1.5.2.1 1999/08/29 15:49:30 peter Exp $ # CFLAGS+= -I${.CURDIR}/../../include |
