1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../contrib/ntp/libntp \ 4 ${.CURDIR}/../../../contrib/ntp/libisc 5 6LIB= ntp 7INTERNALLIB= 8 9NTP_SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \ 10 atouint.c audio.c authkeys.c \ 11 authreadkeys.c authusekey.c binio.c \ 12 buftvtots.c caljulian.c calleapwhen.c caltontp.c \ 13 calyearstart.c clocktime.c clocktypes.c decodenetnum.c \ 14 dofptoa.c dolfptoa.c emalloc.c findconfig.c \ 15 fptoa.c fptoms.c getopt.c gpstolfp.c \ 16 hextoint.c hextolfp.c humandate.c icom.c \ 17 ieee754io.c inttoa.c iosignal.c lib_strbuf.c \ 18 machines.c md5c.c memmove.c mfp_mul.c \ 19 mfptoa.c mfptoms.c modetoa.c mstolfp.c \ 20 msutotsf.c msyslog.c netof.c ntp_rfc2553.c \ 21 numtoa.c numtohost.c octtoint.c prettydate.c \ 22 ranny.c recvbuff.c refnumtoa.c socktoa.c \ 23 socktohost.c strstr.c systime_s.c statestr.c \ 24 syssignal.c systime.c tsftomsu.c tstotv.c \ 25 tvtoa.c tvtots.c uglydate.c uinttoa.c \ 26 utvtoa.c ymd2yd.c 27 28ISC_SRCS= assertions.c error.c inet_ntop.c interfaceiter.c \ 29 isc_strerror.c lib.c mem.c msgcat.c net.c 30 31SRCS= ${NTP_SRCS} ${ISC_SRCS} 32 33CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ 34 35.include <bsd.lib.mk> 36