1 1.5 kardel # $NetBSD: Makefile,v 1.5 2012/02/01 08:15:21 kardel Exp $ 2 1.1 kardel 3 1.1 kardel LIBISPRIVATE=yes 4 1.1 kardel 5 1.1 kardel LIB=ntp 6 1.1 kardel 7 1.1 kardel .include <bsd.own.mk> 8 1.1 kardel 9 1.1 kardel .include "${.CURDIR}/../Makefile.inc" 10 1.1 kardel 11 1.4 kardel DIST= ${IDIST}/libntp 12 1.1 kardel 13 1.1 kardel .PATH.c: ${DIST} 14 1.1 kardel 15 1.1 kardel SRCS=systime.c a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c audio.c \ 16 1.1 kardel authkeys.c authreadkeys.c authusekey.c bsd_strerror.c buftvtots.c \ 17 1.1 kardel caljulian.c caltontp.c calyearstart.c clocktime.c clocktypes.c \ 18 1.1 kardel decodenetnum.c dofptoa.c dolfptoa.c emalloc.c findconfig.c fptoa.c \ 19 1.1 kardel fptoms.c getopt.c hextoint.c hextolfp.c humandate.c icom.c inttoa.c \ 20 1.1 kardel iosignal.c lib_strbuf.c machines.c memmove.c mfptoa.c ntp_lineedit.c \ 21 1.1 kardel mfptoms.c mktime.c modetoa.c mstolfp.c msutotsf.c msyslog.c netof.c \ 22 1.1 kardel ntp_rfc2553.c numtoa.c numtohost.c octtoint.c prettydate.c ntp_random.c \ 23 1.1 kardel recvbuff.c refnumtoa.c snprintf.c socktoa.c socktohost.c ssl_init.c \ 24 1.1 kardel statestr.c strdup.c strstr.c syssignal.c tsftomsu.c tstotv.c tvtots.c \ 25 1.4 kardel uglydate.c uinttoa.c ymd2yd.c ntp_libopts.c 26 1.2 kardel 27 1.3 joerg COPTS.msyslog.c+= -Wno-format-nonliteral 28 1.5 kardel CPPFLAGS+= -I${IDIST}/sntp/libopts 29 1.3 joerg 30 1.1 kardel .include <bsd.lib.mk> 31