summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2004-07-22 08:35:41 +0000
committerroberto <roberto@FreeBSD.org>2004-07-22 08:35:41 +0000
commit61fb359eef64303576950767c3de31427f3d26f3 (patch)
treea194cd25fa60f3637a8186c579c925b913561a5a /usr.sbin/ntp
parent49a4f2471ec041bdef595cd1ff83981fa464df97 (diff)
downloadFreeBSD-src-61fb359eef64303576950767c3de31427f3d26f3.zip
FreeBSD-src-61fb359eef64303576950767c3de31427f3d26f3.tar.gz
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>
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/Makefile2
-rw-r--r--usr.sbin/ntp/arlib/Makefile12
2 files changed, 1 insertions, 13 deletions
diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile
index 0da8444..71d1309 100644
--- a/usr.sbin/ntp/Makefile
+++ b/usr.sbin/ntp/Makefile
@@ -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)
diff --git a/usr.sbin/ntp/arlib/Makefile b/usr.sbin/ntp/arlib/Makefile
deleted file mode 100644
index 65c3d41..0000000
--- a/usr.sbin/ntp/arlib/Makefile
+++ /dev/null
@@ -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>
OpenPOWER on IntegriCloud