Remove arlib (libares.a) from the build. It is not IPv6 compatible, not

really tested and probably not 64 bits-safe.

Discussed with:	Harlann Stenn <www.ntp.org>
This commit is contained in:
Ollivier Robert 2004-07-22 08:35:41 +00:00
parent 4384c42d17
commit 065c74d54b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132533
2 changed files with 1 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# Makefile for ntpd.
# $FreeBSD$
SUBDIR= arlib libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
ntptime ntp-keygen sntp
.if !defined(NOMAN)

View File

@ -1,12 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/ntp/arlib
LIB= ares
SRCS= arlib.c
CFLAGS+= -DPACKAGE=\"arlib\" -I${.CURDIR}/../../../contrib/ntp/arlib \
-DNS_ADDR_LIST=nsaddr_list -DVERSION=\"1.0\"
.include <bsd.lib.mk>