Deleted Added
full compact
Makefile (82504) Makefile (96513)
1# $FreeBSD: head/usr.sbin/ntp/libntp/Makefile 82504 2001-08-29 15:03:54Z roberto $
1# $FreeBSD: head/usr.sbin/ntp/libntp/Makefile 96513 2002-05-13 11:09:07Z ru $
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/libntp
4
5LIB= ntp
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/libntp
4
5LIB= ntp
6NOPROFILE= true
7INTERNALLIB= true
6INTERNALLIB= true
8NOPIC= true
9INTERNALSTATICLIB= true
10NOMAN= true
11
12SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \
13 atouint.c audio.c authencrypt.c authkeys.c \
14 authparity.c authreadkeys.c authusekey.c binio.c \
15 buftvtots.c caljulian.c calleapwhen.c caltontp.c \
16 calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
17 dofptoa.c dolfptoa.c emalloc.c findconfig.c \
18 fptoa.c fptoms.c getopt.c gpstolfp.c \

--- 14 unchanged lines hidden ---
7
8SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c \
9 atouint.c audio.c authencrypt.c authkeys.c \
10 authparity.c authreadkeys.c authusekey.c binio.c \
11 buftvtots.c caljulian.c calleapwhen.c caltontp.c \
12 calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
13 dofptoa.c dolfptoa.c emalloc.c findconfig.c \
14 fptoa.c fptoms.c getopt.c gpstolfp.c \

--- 14 unchanged lines hidden ---