head	1.3;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.1
	RELENG_4_11:1.1.2.1.0.14
	RELENG_4_11_BP:1.1.2.1
	RELENG_4_10_0_RELEASE:1.1.2.1
	RELENG_4_10:1.1.2.1.0.12
	RELENG_4_10_BP:1.1.2.1
	RELENG_5_2_1_RELEASE:1.2
	RELENG_5_2_0_RELEASE:1.2
	RELENG_5_2:1.2.0.4
	RELENG_5_2_BP:1.2
	RELENG_4_9_0_RELEASE:1.1.2.1
	RELENG_4_9:1.1.2.1.0.10
	RELENG_4_9_BP:1.1.2.1
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.2
	RELENG_5_1_BP:1.2
	RELENG_4_8_0_RELEASE:1.1.2.1
	RELENG_4_8:1.1.2.1.0.8
	RELENG_4_8_BP:1.1.2.1
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.4
	RELENG_5_0_BP:1.1
	RELENG_4_7_0_RELEASE:1.1.2.1
	RELENG_4_7:1.1.2.1.0.6
	RELENG_4_7_BP:1.1.2.1
	RELENG_4_6_2_RELEASE:1.1.2.1
	RELENG_4_6_1_RELEASE:1.1.2.1
	RELENG_4_6_0_RELEASE:1.1.2.1
	RELENG_4_6:1.1.2.1.0.4
	RELENG_4_6_BP:1.1.2.1
	RELENG_4_5_0_RELEASE:1.1.2.1
	RELENG_4_5:1.1.2.1.0.2
	RELENG_4_5_BP:1.1.2.1
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.3
date	2004.07.20.15.44.31;	author roberto;	state dead;
branches;
next	1.2;

1.2
date	2003.04.04.17.49.16;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.29.16.23.52;	author roberto;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2001.12.21.17.42.34;	author roberto;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.11.17.07.28.25;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update our ntpd to the long awaited 4.2.0 version.

This bring us several things:
- updated drivers
- IPv6 support at last
- ntp-genkeys is replaced by ntp-keygen
- ntptrace is now a script (courtesy of John Hay)
- lots of renamed files from .htm to .html (while I prefer .html, I
  find the change a bit gratuitous)
- still no manpages :(

Please test and report.

Commit very much helped by: GNU arch (http://gnuarch.org/)
@
text
@# $FreeBSD: src/usr.sbin/ntp/ntp-genkeys/Makefile,v 1.2 2003/04/04 17:49:16 obrien Exp $

.PATH: ${.CURDIR}/../../../contrib/ntp/util \
       ${.CURDIR}/../../../contrib/ntp/ntpd

PROG=	ntp-genkeys
NOMAN=	yes
SRCS=	ntp-genkeys.c ntp_config.c

CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../

DPADD=	${LIBNTP}
LDADD=	${LIBNTP}

.include <bsd.prog.mk>
@


1.2
log
@style.Makefile(5)
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add forgotten ntp-genkeys directory/Makefile.
@
text
@d3 2
a4 2
.PATH:	${.CURDIR}/../../../contrib/ntp/util \
	${.CURDIR}/../../../contrib/ntp/ntpd
@


1.1.2.1
log
@MFC: ntp 4.1.0

	Merge of the Makefile glue and config.h
@
text
@@


1.1.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/usr.sbin/ntp/ntp-genkeys/Makefile 88353 2001-12-21 17:42:35Z roberto $
@


