1999-12-13 14:09:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-07-20 15:44:32 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ntp/libntp \
|
|
|
|
${.CURDIR}/../../../contrib/ntp/libisc
|
2001-07-20 06:20:32 +00:00
|
|
|
|
|
|
|
LIB= ntp
|
2004-10-24 15:33:08 +00:00
|
|
|
INTERNALLIB=
|
1999-12-13 14:09:56 +00:00
|
|
|
|
2004-07-20 15:44:32 +00:00
|
|
|
NTP_SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \
|
|
|
|
atouint.c audio.c authkeys.c \
|
2008-08-22 16:00:48 +00:00
|
|
|
authreadkeys.c authusekey.c \
|
|
|
|
buftvtots.c caljulian.c caltontp.c \
|
1999-12-13 14:09:56 +00:00
|
|
|
calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
|
|
|
|
dofptoa.c dolfptoa.c emalloc.c findconfig.c \
|
2008-08-22 16:00:48 +00:00
|
|
|
fptoa.c fptoms.c getopt.c \
|
2001-08-29 15:03:54 +00:00
|
|
|
hextoint.c hextolfp.c humandate.c icom.c \
|
2008-08-22 16:00:48 +00:00
|
|
|
inttoa.c iosignal.c lib_strbuf.c \
|
|
|
|
machines.c md5c.c memmove.c \
|
|
|
|
mfptoa.c mfptoms.c mktime.c modetoa.c \
|
|
|
|
mstolfp.c ntp_random.c \
|
2004-07-20 15:44:32 +00:00
|
|
|
msutotsf.c msyslog.c netof.c ntp_rfc2553.c \
|
|
|
|
numtoa.c numtohost.c octtoint.c prettydate.c \
|
2008-08-22 16:00:48 +00:00
|
|
|
recvbuff.c refnumtoa.c snprintf.c socktoa.c \
|
2008-08-24 23:28:56 +00:00
|
|
|
socktohost.c strstr.c systime.c statestr.c \
|
2008-08-22 16:00:48 +00:00
|
|
|
strerror.c syssignal.c tsftomsu.c tstotv.c \
|
2004-07-20 15:44:32 +00:00
|
|
|
tvtoa.c tvtots.c uglydate.c uinttoa.c \
|
|
|
|
utvtoa.c ymd2yd.c
|
|
|
|
|
2008-08-22 16:00:48 +00:00
|
|
|
ISC_SRCS= assertions.c error.c inet_ntop.c inet_pton.c interfaceiter.c \
|
|
|
|
isc_strerror.c lib.c mem.c msgcat.c net.c netscope.c netaddr.c \
|
|
|
|
sockaddr.c
|
2004-07-20 15:44:32 +00:00
|
|
|
|
|
|
|
SRCS= ${NTP_SRCS} ${ISC_SRCS}
|
1999-12-13 14:09:56 +00:00
|
|
|
|
2000-01-01 23:58:01 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
|
|
|
|
|
1999-12-13 14:09:56 +00:00
|
|
|
.include <bsd.lib.mk>
|