head	1.8;
access;
symbols
	RELENG_3_5_0_RELEASE:1.6.2.1
	RELENG_3_4_0_RELEASE:1.6.2.1
	RELENG_3_3_0_RELEASE:1.6.2.1
	RELENG_3_2_PAO:1.6.0.4
	RELENG_3_2_PAO_BP:1.6
	RELENG_3_2_0_RELEASE:1.6
	RELENG_3_1_0_RELEASE:1.6
	RELENG_3:1.6.0.2
	RELENG_3_BP:1.6
	RELENG_2_2_8_RELEASE:1.3
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.3
	RELENG_2_2_6_RELEASE:1.3
	RELENG_2_2_5_RELEASE:1.3
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.8
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.6
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.4
	MOVED_NEWCVS:1.2
	FINAL_1_1_5:1.2
	ALPHA_1_1_5:1.2
	FINAL_1_1:1.2
	GAMMA_1_1:1.2
	BETA_1_1:1.2.0.2
	BP_BETA_1_1:1.2;
locks; strict;
comment	@# @;


1.8
date	99.12.22.15.22.09;	author roberto;	state dead;
branches;
next	1.7;

1.7
date	99.08.28.01.20.43;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	98.03.07.09.46.01;	author bde;	state Exp;
branches
	1.6.2.1;
next	1.5;

1.5
date	97.02.22.16.14.15;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	97.01.14.07.19.30;	author jkh;	state Exp;
branches;
next	1.3;

1.3
date	96.06.24.04.26.10;	author jkh;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	93.12.22.11.32.10;	author rgrimes;	state Exp;
branches
	1.2.8.1;
next	1.1;

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

1.2.8.1
date	99.09.05.11.45.02;	author peter;	state Exp;
branches;
next	;

1.3.2.1
date	99.09.05.11.41.31;	author peter;	state Exp;
branches;
next	;

1.6.2.1
date	99.08.29.15.49.10;	author peter;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Bye bye xntpd.
@
text
@#
# $FreeBSD: src/usr.sbin/xntpd/authstuff/Makefile,v 1.7 1999/08/28 01:20:43 peter Exp $
#
# Most of the programs in this directory are completely useless for the
# NTP configuration that we provide by default.
# We provide the `md5' program as a public service.

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

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

PROG= md5

SRCS= md5driver.c
NOMAN=

install:

.include <bsd.prog.mk>
@


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


1.6
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.5 1997/02/22 16:14:15 peter Exp $
@


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


1.5
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
# $Id$
d10 2
a11 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.4
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.3
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.2 1993/12/22 11:32:10 rgrimes Exp $
@


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


1.2
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.1 1993/12/21 21:06:20 wollman Exp $
d10 3
a12 3
.if exists(${.CURDIR}/../lib/obj)
LDADD+= -L${.CURDIR}/../lib/obj
DPADD+= ${.CURDIR}/../lib/obj/libntp.a
@


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


1.1
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$
d8 12
a20 3
LDADD+= -L${.CURDIR}/../lib -lntp
DPADD+= ${.CURDIR}/../lib/libntp.a
CFLAGS+= -I${.CURDIR}/../include
@
