]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ntp/libntp/Makefile
Please welcome the brand new ntp4 daemon & utilities in the FreeBSD tree.
[FreeBSD/FreeBSD.git] / usr.sbin / ntp / libntp / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .PATH:  ${.CURDIR}/../../../contrib/ntp/libntp
6
7 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
8
9 SRCS=   a_md5encrypt.c  adjtime.c       atoint.c \
10         atolfp.c        atouint.c       authencrypt.c   authkeys.c \
11         authparity.c    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     ieee754io.c \
17         inttoa.c        iosignal.c      lib_strbuf.c \
18         machines.c      md5c.c  memmove.c       mexit.c \
19         mfp_mul.c       mfptoa.c        mfptoms.c       mktime.c \
20         modetoa.c       mstolfp.c       msutotsf.c      msyslog.c \
21         netof.c numtoa.c        numtohost.c     octtoint.c \
22         prettydate.c    ranny.c recvbuff.c      refnumtoa.c \
23         statestr.c      syssignal.c     systime.c \
24         tsftomsu.c      tstotv.c        tvtoa.c tvtots.c \
25         uglydate.c      uinttoa.c       utvtoa.c        ymd2yd.c 
26
27 NOMAN=                  true
28 NOPROFILE=              true
29 INTERNALLIB=            true
30 NOPIC=                  true
31 INTERNALSTATICLIB=      true
32
33 LIB= ntp
34
35 .include <bsd.lib.mk>