]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/ntp/libntp/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / ntp / libntp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../contrib/ntp/libntp \
4         ${.CURDIR}/../../../contrib/ntp/libisc
5
6 LIB= ntp
7 INTERNALLIB=
8
9 NTP_SRCS=       a_md5encrypt.c  adjtime.c       atoint.c        atolfp.c \
10         atouint.c       audio.c         authkeys.c \
11         authreadkeys.c  authusekey.c    \
12         buftvtots.c     caljulian.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 \
16         hextoint.c      hextolfp.c      humandate.c     icom.c \
17         inttoa.c        iosignal.c      lib_strbuf.c \
18         machines.c      md5c.c          memmove.c       \
19         mfptoa.c        mfptoms.c       mktime.c        modetoa.c \
20         mstolfp.c       ntp_random.c \
21         msutotsf.c      msyslog.c       netof.c         ntp_rfc2553.c \
22         numtoa.c        numtohost.c     octtoint.c      prettydate.c \
23         recvbuff.c      refnumtoa.c     snprintf.c      socktoa.c \
24         socktohost.c    strstr.c        systime.c       statestr.c \
25         strerror.c      syssignal.c     tsftomsu.c      tstotv.c \
26         tvtoa.c tvtots.c        uglydate.c      uinttoa.c \
27         utvtoa.c        ymd2yd.c 
28
29 ISC_SRCS= assertions.c error.c inet_ntop.c inet_pton.c interfaceiter.c \
30         isc_strerror.c lib.c mem.c msgcat.c net.c netscope.c netaddr.c \
31         sockaddr.c
32
33 SRCS=   ${NTP_SRCS} ${ISC_SRCS}
34
35 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
36
37 .include <bsd.lib.mk>