summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpq
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2002-10-29 20:20:36 +0000
committerroberto <roberto@FreeBSD.org>2002-10-29 20:20:36 +0000
commitbf15655db7f4981cadaf159959795e0d99fff6b6 (patch)
tree6f3f208d4f2eb47f50abb098075fec027b5aadf2 /usr.sbin/ntp/ntpq
parent83149da41b3902d5e9d9fce6bf52da131ec3218b (diff)
downloadFreeBSD-src-bf15655db7f4981cadaf159959795e0d99fff6b6.zip
FreeBSD-src-bf15655db7f4981cadaf159959795e0d99fff6b6.tar.gz
Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLE
branch and a few new drivers. See contrib/ntp/ChangeLog for details. Hide kernel header sys/lock.h from ntp [1] PR: bin/33914 Submitted by: thomas, bde[1] MFC after: 1 month
Diffstat (limited to 'usr.sbin/ntp/ntpq')
-rw-r--r--usr.sbin/ntp/ntpq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile
index 17d5545..f17aa63 100644
--- a/usr.sbin/ntp/ntpq/Makefile
+++ b/usr.sbin/ntp/ntpq/Makefile
@@ -10,8 +10,8 @@ SRCS= ntpq.c ntpq_ops.c version.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-DPADD= ${LIBNTP}
-LDADD= ${LIBNTP}
+DPADD= ${LIBNTP} ${LIBREADLINE} ${LIBTERMCAP}
+LDADD= ${LIBNTP} -lreadline -ltermcap
CLEANFILES+= .version version.c
OpenPOWER on IntegriCloud