Deleted Added
full compact
Makefile (132458) Makefile (136910)
1# $FreeBSD: head/usr.sbin/ntp/libntp/Makefile 132458 2004-07-20 15:44:32Z roberto $
1# $FreeBSD: head/usr.sbin/ntp/libntp/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/libntp \
4 ${.CURDIR}/../../../contrib/ntp/libisc
5
6LIB= ntp
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/libntp \
4 ${.CURDIR}/../../../contrib/ntp/libisc
5
6LIB= ntp
7INTERNALLIB= true
7INTERNALLIB=
8
9NTP_SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \
10 atouint.c audio.c authkeys.c \
11 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 \

--- 20 unchanged lines hidden ---
8
9NTP_SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \
10 atouint.c audio.c authkeys.c \
11 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 \

--- 20 unchanged lines hidden ---