Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / ntp / libntp / Makefile
1 # $FreeBSD: src/usr.sbin/ntp/libntp/Makefile,v 1.4.2.2 2002/07/19 18:46:29 ru Exp $
2 # $DragonFly: src/usr.sbin/ntp/libntp/Attic/Makefile,v 1.2 2003/06/17 04:29:58 dillon Exp $
3
4 .PATH: ${.CURDIR}/../../../contrib/ntp/libntp
5
6 LIB= ntp
7 INTERNALLIB=            true
8
9 SRCS=   a_md5encrypt.c  adjtime.c       atoint.c        atolfp.c \
10         atouint.c       audio.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     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 numtoa.c \
21         numtohost.c     octtoint.c      prettydate.c    ranny.c \
22         recvbuff.c      refnumtoa.c     statestr.c      syssignal.c \
23         systime.c       tsftomsu.c      tstotv.c        tvtoa.c \
24         tvtots.c        uglydate.c      uinttoa.c       utvtoa.c \
25         ymd2yd.c
26
27 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
28
29 .include <bsd.lib.mk>