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:
parent
49a4f2471e
commit
61fb359eef
@ -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)
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user