Makefile revision 182008
1139823Simp# $FreeBSD: head/usr.sbin/ntp/libntp/Makefile 182008 2008-08-22 16:00:48Z roberto $
2206361Sjoel
351852Sbp.PATH: ${.CURDIR}/../../../contrib/ntp/libntp \
451852Sbp	${.CURDIR}/../../../contrib/ntp/libisc
551852Sbp
651852SbpLIB= ntp
751852SbpINTERNALLIB=
851852Sbp
951852SbpNTP_SRCS=	a_md5encrypt.c	adjtime.c	atoint.c	atolfp.c \
1051852Sbp	atouint.c	audio.c		authkeys.c \
1151852Sbp	authreadkeys.c	authusekey.c	\
1251852Sbp	buftvtots.c	caljulian.c	caltontp.c \
1351852Sbp	calyearstart.c	clocktime.c	clocktypes.c	decodenetnum.c \
1451852Sbp	dofptoa.c	dolfptoa.c	emalloc.c	findconfig.c \
1551852Sbp	fptoa.c		fptoms.c	getopt.c \
1651852Sbp	hextoint.c	hextolfp.c	humandate.c	icom.c \
1751852Sbp	inttoa.c	iosignal.c	lib_strbuf.c \
1851852Sbp	machines.c	md5c.c		memmove.c	\
1951852Sbp	mfptoa.c	mfptoms.c	mktime.c	modetoa.c \
2051852Sbp	mstolfp.c 	ntp_random.c \
2151852Sbp	msutotsf.c	msyslog.c	netof.c		ntp_rfc2553.c \
2251852Sbp	numtoa.c	numtohost.c	octtoint.c	prettydate.c \
2351852Sbp	recvbuff.c	refnumtoa.c	snprintf.c	socktoa.c \
2451852Sbp	socktohost.c	strstr.c	systime_s.c	statestr.c \
2551852Sbp	strerror.c	syssignal.c	tsftomsu.c	tstotv.c \
2651852Sbp	tvtoa.c	tvtots.c	uglydate.c	uinttoa.c \
2751852Sbp	utvtoa.c	ymd2yd.c 
2854477Sbp
2954477SbpISC_SRCS= assertions.c error.c inet_ntop.c inet_pton.c interfaceiter.c \
3051852Sbp	isc_strerror.c lib.c mem.c msgcat.c net.c netscope.c netaddr.c \
3151852Sbp	sockaddr.c
3251852Sbp
3351852SbpSRCS=	${NTP_SRCS} ${ISC_SRCS}
3451852Sbp
3551852SbpCFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
3651852Sbp
3751852Sbp.include <bsd.lib.mk>
3887599Sobrien