head	1.10;
access;
symbols
	RELENG_3_5_0_RELEASE:1.8.2.1
	RELENG_3_4_0_RELEASE:1.8.2.1
	RELENG_3_3_0_RELEASE:1.8.2.1
	RELENG_3_2_PAO:1.8.0.4
	RELENG_3_2_PAO_BP:1.8
	RELENG_3_2_0_RELEASE:1.8
	RELENG_3_1_0_RELEASE:1.8
	RELENG_3:1.8.0.2
	RELENG_3_BP:1.8
	RELENG_2_2_8_RELEASE:1.6
	RELENG_3_0_0_RELEASE:1.8
	RELENG_2_2_7_RELEASE:1.6
	RELENG_2_2_6_RELEASE:1.6
	RELENG_2_2_5_RELEASE:1.6
	RELENG_2_2_2_RELEASE:1.6
	RELENG_2_2_1_RELEASE:1.6
	RELENG_2_2_0_RELEASE:1.6
	RELENG_2_1_7_RELEASE:1.6
	RELENG_2_1_6_1_RELEASE:1.6
	RELENG_2_1_6_RELEASE:1.6
	RELENG_2_2:1.6.0.6
	RELENG_2_2_BP:1.6
	RELENG_2_1_5_RELEASE:1.6
	RELENG_2_1_0_RELEASE:1.6
	RELENG_2_1_0:1.6.0.4
	RELENG_2_1_0_BP:1.6
	RELENG_2_0_5_RELEASE:1.6
	RELENG_2_0_5:1.6.0.2
	RELENG_2_0_5_BP:1.6
	RELENG_2_0_5_ALPHA:1.6
	RELEASE_2_0:1.5
	BETA_2_0:1.5
	ALPHA_2_0:1.5.0.2
	MOVED_NEWCVS:1.5
	FINAL_1_1_5:1.5
	ALPHA_1_1_5:1.5
	FINAL_1_1:1.4
	GAMMA_1_1:1.4
	BETA_1_1:1.4.0.2
	BP_BETA_1_1:1.4;
locks; strict;
comment	@# @;


1.10
date	99.12.22.15.22.55;	author roberto;	state dead;
branches;
next	1.9;

1.9
date	99.08.28.01.20.49;	author peter;	state Exp;
branches;
next	1.8;

1.8
date	97.02.22.16.14.22;	author peter;	state Exp;
branches
	1.8.2.1;
next	1.7;

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

1.6
date	95.03.23.19.13.04;	author wollman;	state Exp;
branches
	1.6.4.1
	1.6.6.1;
next	1.5;

1.5
date	94.04.03.20.37.05;	author wollman;	state Exp;
branches;
next	1.4;

1.4
date	93.12.22.11.32.23;	author rgrimes;	state Exp;
branches;
next	1.3;

1.3
date	93.12.21.21.06.27;	author wollman;	state Exp;
branches;
next	1.2;

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

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

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

1.6.6.1
date	99.09.05.11.41.32;	author peter;	state Exp;
branches;
next	;

1.8.2.1
date	99.08.29.15.49.20;	author peter;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Bye bye xntpd.
@
text
@#
# $FreeBSD: src/usr.sbin/xntpd/lib/Makefile,v 1.9 1999/08/28 01:20:49 peter Exp $
#

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

SRCS=	atoint.c atolfp.c atouint.c auth12crypt.c authdecrypt.c authdes.c \
	authencrypt.c authkeys.c authparity.c authreadkeys.c authusekey.c \
	buftvtots.c caljulian.c calleapwhen.c caltontp.c calyearstart.c \
	clocktime.c dofptoa.c dolfptoa.c emalloc.c fptoa.c fptoms.c \
	gettstamp.c hextoint.c hextolfp.c humandate.c inttoa.c \
	lib_strbuf.c mfptoa.c mfptoms.c modetoa.c mstolfp.c \
	msutotsf.c netof.c numtoa.c refnumtoa.c numtohost.c octtoint.c \
	prettydate.c ranny.c tsftomsu.c tstotv.c tvtoa.c tvtots.c \
	uglydate.c uinttoa.c utvtoa.c clocktypes.c \
	md5.c a_md5encrypt.c a_md5decrypt.c \
	a_md512crypt.c decodenetnum.c systime.c msyslog.c syssignal.c \
	findconfig.c getopt.c

NOMAN=
NOPROFILE=
LIB= ntp
CLEANFILES+=authdes.c

.if !defined(NOCRYPT) && exists(${.CURDIR}/../../../secure/usr.sbin/xntpd/lib)
.PATH:	${.CURDIR}/../../../secure/usr.sbin/xntpd/lib
.else
authdes.c: authdes.c.export
	cp ${.CURDIR}/authdes.c.export authdes.c
.endif

# don't install this anywhere
install:

.include <bsd.lib.mk>
@


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


1.8
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
# $Id$
@


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


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
@Enable DES if NOCRYPT is not set and and the user has the secure sources.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.5 1994/04/03 20:37:05 wollman Exp $
@


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


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


1.5
log
@Upgraded to Delaware version 3.3p (yes, that's right, they're not increasing).
This version still doesn't talk to the kernel PLL code, but you should be
able to convince it to do so relatively easily.  Also deleted some junk
files and fixed all compilation warnings.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1993/12/22 11:32:23 rgrimes Exp $
d25 3
a27 2
install:

d30 4
@


1.4
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.3 1993/12/21 21:06:27 wollman Exp $
d13 1
a13 1
	msutotsf.c numtoa.c refnumtoa.c numtohost.c octtoint.c \
@


1.3
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.2 1993/12/21 20:16:46 wollman Exp $
d23 1
d28 1
a28 1
	cp authdes.c.export authdes.c
@


1.2
log
@Don't build getopt: it conflicts with our standard getopt.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1993/12/21 19:42:18 wollman Exp $
d18 1
a18 1
	findconfig.c
@


1.1
log
@Add BSD-style Makefile for libntp, and make the ``exportable'' version
of DES (actually just a dummy) compile.  (DES should not actually be
used in any case.)
@
text
@d2 1
a2 1
# $Id$
d10 1
a10 1
	clocktime.c dofptoa.c dolfptoa.c emalloc.c fptoa.c fptoms.c getopt.c \
@
