#	BSDI	Makefile,v 2.1 1995/02/03 18:34:42 polk Exp

LIB=	ntp
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 getopt.c \
	gettstamp.c hextoint.c hextolfp.c humandate.c inttoa.c \
	lib_strbuf.c mfptoa.c mfptoms.c modetoa.c mstolfp.c \
	msutotsf.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 machines.c clocktypes.c \
	md5.c a_md5encrypt.c a_md5decrypt.c \
	a_md512crypt.c decodenetnum.c systime.c msyslog.c syssignal.c \
	findconfig.c netof.c
CFLAGS+=-DDES -DMD5 -DLOCAL_CLOCK -DSYS_BSDI -DDEBUG -DREFCLOCK
CFLAGS+=-I${.CURDIR}/../include

.if ${MACHINE} == "i386"
CFLAGS+=-DXNTP_LITTLE_ENDIAN
.endif

NOPROFILE=noprofile

install:

.include <bsd.lib.mk>
