xref: /freebsd/usr.sbin/ntp/libntp/Makefile (revision 6cb84f0c29e241460c9dba36b461f1b365900c3f)
1cc559270SOllivier Robert# $FreeBSD$
2cc559270SOllivier Robert
36cb84f0cSOllivier Robert.PATH: ${.CURDIR}/../../../contrib/ntp/libntp \
46cb84f0cSOllivier Robert	${.CURDIR}/../../../contrib/ntp/libisc
5cc559270SOllivier Robert
690e655eaSDavid E. O'BrienLIB= ntp
790e655eaSDavid E. O'BrienINTERNALLIB=	true
890e655eaSDavid E. O'Brien
96cb84f0cSOllivier RobertNTP_SRCS=	a_md5encrypt.c	adjtime.c	atoint.c	atolfp.c \
106cb84f0cSOllivier Robert	atouint.c	audio.c		authkeys.c \
116cb84f0cSOllivier Robert	authreadkeys.c	authusekey.c	binio.c \
12cc559270SOllivier Robert	buftvtots.c	caljulian.c	calleapwhen.c	caltontp.c \
13cc559270SOllivier Robert	calyearstart.c	clocktime.c	clocktypes.c	decodenetnum.c \
14cc559270SOllivier Robert	dofptoa.c	dolfptoa.c	emalloc.c	findconfig.c \
15cc559270SOllivier Robert	fptoa.c		fptoms.c	getopt.c	gpstolfp.c \
167f81b32fSOllivier Robert	hextoint.c	hextolfp.c	humandate.c	icom.c \
177f81b32fSOllivier Robert	ieee754io.c	inttoa.c	iosignal.c	lib_strbuf.c \
187f81b32fSOllivier Robert	machines.c	md5c.c		memmove.c	mfp_mul.c \
197f81b32fSOllivier Robert	mfptoa.c	mfptoms.c	modetoa.c	mstolfp.c \
206cb84f0cSOllivier Robert	msutotsf.c	msyslog.c	netof.c		ntp_rfc2553.c \
216cb84f0cSOllivier Robert	numtoa.c	numtohost.c	octtoint.c	prettydate.c \
226cb84f0cSOllivier Robert	ranny.c	recvbuff.c	refnumtoa.c	socktoa.c \
236cb84f0cSOllivier Robert	socktohost.c	strstr.c	systime_s.c	statestr.c \
246cb84f0cSOllivier Robert	syssignal.c	systime.c	tsftomsu.c	tstotv.c \
256cb84f0cSOllivier Robert	tvtoa.c	tvtots.c	uglydate.c	uinttoa.c \
266cb84f0cSOllivier Robert	utvtoa.c	ymd2yd.c
276cb84f0cSOllivier Robert
286cb84f0cSOllivier RobertISC_SRCS= assertions.c error.c inet_ntop.c interfaceiter.c \
296cb84f0cSOllivier Robert	isc_strerror.c lib.c mem.c msgcat.c net.c
306cb84f0cSOllivier Robert
316cb84f0cSOllivier RobertSRCS=	${NTP_SRCS} ${ISC_SRCS}
32cc559270SOllivier Robert
334c49e2a2SOllivier RobertCFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
344c49e2a2SOllivier Robert
35cc559270SOllivier Robert.include <bsd.lib.mk>
36