1 # $NetBSD: Makefile,v 1.1 2009/12/13 17:13:47 kardel Exp $ 2 3 LIBISPRIVATE=yes 4 5 LIB=ntp 6 7 .include <bsd.own.mk> 8 9 .include "${.CURDIR}/../Makefile.inc" 10 11 DIST= ${IDIST}/libntp 12 13 .PATH.c: ${DIST} 14 15 SRCS=systime.c a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c audio.c \ 16 authkeys.c authreadkeys.c authusekey.c bsd_strerror.c buftvtots.c \ 17 caljulian.c caltontp.c calyearstart.c clocktime.c clocktypes.c \ 18 decodenetnum.c dofptoa.c dolfptoa.c emalloc.c findconfig.c fptoa.c \ 19 fptoms.c getopt.c hextoint.c hextolfp.c humandate.c icom.c inttoa.c \ 20 iosignal.c lib_strbuf.c machines.c memmove.c mfptoa.c ntp_lineedit.c \ 21 mfptoms.c mktime.c modetoa.c mstolfp.c msutotsf.c msyslog.c netof.c \ 22 ntp_rfc2553.c numtoa.c numtohost.c octtoint.c prettydate.c ntp_random.c \ 23 recvbuff.c refnumtoa.c snprintf.c socktoa.c socktohost.c ssl_init.c \ 24 statestr.c strdup.c strstr.c syssignal.c tsftomsu.c tstotv.c tvtots.c \ 25 uglydate.c uinttoa.c ymd2yd.c 26 # net.c netaddr.c netscope.c \ 27 # ondestroy.c random.c result.c stdio.c stdtime.c strerror.c task.c \ 28 # thread.c time.c sockaddr.c 29 # not found in libparse 30 # assertions.c 31 # buffer.c 32 # conditions.c 33 # dir.c 34 # error.c 35 # errno2result.c 36 # event.c 37 # file.c 38 # inet_ntop.c 39 # inet_pton.c 40 # interfaceiter.c 41 # lib.c 42 # log.c 43 # md5.c 44 # msgcat.c 45 .include <bsd.lib.mk> 46