head	1.12;
access;
symbols
	RELENG_3_5_0_RELEASE:1.10.2.1
	RELENG_3_4_0_RELEASE:1.10.2.1
	RELENG_3_3_0_RELEASE:1.10.2.1
	RELENG_3_2_PAO:1.10.0.4
	RELENG_3_2_PAO_BP:1.10
	RELENG_3_2_0_RELEASE:1.10
	RELENG_3_1_0_RELEASE:1.10
	RELENG_3:1.10.0.2
	RELENG_3_BP:1.10
	RELENG_2_2_8_RELEASE:1.5
	RELENG_3_0_0_RELEASE:1.10
	RELENG_2_2_7_RELEASE:1.5
	RELENG_2_2_6_RELEASE:1.5
	RELENG_2_2_5_RELEASE:1.5
	RELENG_2_2_2_RELEASE:1.5
	RELENG_2_2_1_RELEASE:1.5
	RELENG_2_2_0_RELEASE:1.5
	RELENG_2_1_7_RELEASE:1.4
	RELENG_2_1_6_1_RELEASE:1.4
	RELENG_2_1_6_RELEASE:1.4
	RELENG_2_2:1.5.0.2
	RELENG_2_2_BP:1.5
	RELENG_2_1_5_RELEASE:1.4
	RELENG_2_1_0_RELEASE:1.4
	RELENG_2_1_0:1.4.0.6
	RELENG_2_1_0_BP:1.4
	RELENG_2_0_5_RELEASE:1.4
	RELENG_2_0_5:1.4.0.4
	RELENG_2_0_5_BP:1.4
	RELENG_2_0_5_ALPHA:1.4
	RELEASE_2_0:1.4
	BETA_2_0:1.4
	ALPHA_2_0:1.4.0.2
	MOVED_NEWCVS:1.3
	FINAL_1_1_5:1.3
	ALPHA_1_1_5:1.3
	FINAL_1_1:1.3
	GAMMA_1_1:1.3
	BETA_1_1:1.3.0.2
	BP_BETA_1_1:1.3;
locks; strict;
comment	@# @;


1.12
date	99.12.22.15.23.22;	author roberto;	state dead;
branches;
next	1.11;

1.11
date	99.08.28.01.20.51;	author peter;	state Exp;
branches;
next	1.10;

1.10
date	98.03.19.15.11.52;	author bde;	state Exp;
branches
	1.10.2.1;
next	1.9;

1.9
date	98.03.07.09.46.05;	author bde;	state Exp;
branches;
next	1.8;

1.8
date	97.02.22.16.14.26;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	97.01.14.07.19.39;	author jkh;	state Exp;
branches;
next	1.6;

1.6
date	97.01.10.05.24.16;	author bde;	state Exp;
branches;
next	1.5;

1.5
date	96.06.24.04.26.11;	author jkh;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	94.10.03.23.51.17;	author phk;	state Exp;
branches
	1.4.6.1;
next	1.3;

1.3
date	93.12.22.11.32.56;	author rgrimes;	state Exp;
branches;
next	1.2;

1.2
date	93.12.21.21.06.30;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	93.12.21.19.40.50;	author wollman;	state Exp;
branches;
next	;

1.4.6.1
date	99.09.05.11.45.03;	author peter;	state Exp;
branches;
next	;

1.5.2.1
date	99.09.05.11.41.33;	author peter;	state Exp;
branches;
next	;

1.10.2.1
date	99.08.29.15.49.24;	author peter;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Bye bye xntpd.
@
text
@#
# $FreeBSD: src/usr.sbin/xntpd/ntpdate/Makefile,v 1.11 1999/08/28 01:20:51 peter Exp $
#

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

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

PROG= ntpdate
MAN8= ${.CURDIR}/../doc/ntpdate.8
CLEANFILES+= .version version.c

SRCS= ntpdate.c version.c

version.c: ${.CURDIR}/../VERSION
	sh -e ${.CURDIR}/../scripts/mkversion ntpdate

.include <bsd.prog.mk>
@


1.11
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.10
log
@Don't use the beforedepend target.  It was a no-op here except for
helping bsd.dep.mk break `make -jN depend'.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.9 1998/03/07 09:46:05 bde Exp $
@


1.10.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.9
log
@Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal
libraries so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.

Get the default BINDIR correctly (by including ../Makefile.inc recursively.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.8 1997/02/22 16:14:26 peter Exp $
a14 2

beforedepend: version.c
@


1.8
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
# $Id$
d7 2
a8 9
.if exists(${.OBJDIR}/../lib)
LDADD+= -L${.OBJDIR}/../lib
DPADD+= ${.OBJDIR}/../lib/libntp.a
.else
LDADD+= -L${.CURDIR}/../lib
DPADD+= ${.CURDIR}/../lib/libntp.a
.endif

LDADD+= -lntp
@


1.7
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
log
@Fixed DPADD (don't put -L in it).
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.5 1996/06/24 04:26:11 jkh Exp $
@


1.5
log
@Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1994/10/03 23:51:17 phk Exp $
d9 1
a9 1
DPADD+= -L${.OBJDIR}/../lib/libntp.a
d12 1
a12 1
DPADD+= -L${.CURDIR}/../lib/libntp.a
@


1.5.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@Same as last one, use "sh -e" for these to make them catch pathological
conditions.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1993/12/22 11:32:56 rgrimes Exp $
d7 3
a9 3
.if exists(${.CURDIR}/../lib/obj)
LDADD+= -L${.CURDIR}/../lib/obj
DPADD+= -L${.CURDIR}/../lib/obj/libntp.a
@


1.4.6.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@Needed to change the LDADD+= and DPADD+= depending on if obj directories
are used or not.

Add .verions to the CLEANFILES+= on those Makefiles that create a version.c
file.

Remove reference to nonexistent file ref_omega.c in one Makefile.

Fix copy of authdes.c.expot so that it works with or without obj directories.

No compiles both with and without obj directories.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1993/12/21 21:06:30 wollman Exp $
d26 1
a26 1
	${.CURDIR}/../scripts/mkversion ntpdate
@


1.2
log
@Deleted old configuration grot and added BSD-style Makefile.  Added
README.FreeBSD.  Re-added NTP's version of getopt() and fixed conflicts.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1993/12/21 19:40:50 wollman Exp $
d6 6
a11 1
LDADD+= -L${.CURDIR}/../lib -lntp
d13 3
d19 1
a19 1
CLEANFILES+= version.c
@


1.1
log
@Create BSD-style makefile for ntpdate.
@
text
@d2 1
a2 1
# $Id$
d11 1
a11 1
CLEANFILES+= version.o
@
