summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpdc
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2001-08-29 15:03:54 +0000
committerroberto <roberto@FreeBSD.org>2001-08-29 15:03:54 +0000
commit198cad9f46ab7adb5602203485beaea56cc32de1 (patch)
tree0433a977b761c89fcc9113c71699801b56b0e5be /usr.sbin/ntp/ntpdc
parente3ef210a6fc22f545b9aaf865edd5c058a0aa65e (diff)
downloadFreeBSD-src-198cad9f46ab7adb5602203485beaea56cc32de1.zip
FreeBSD-src-198cad9f46ab7adb5602203485beaea56cc32de1.tar.gz
Update for the import of 4.1.0.
Diffstat (limited to 'usr.sbin/ntp/ntpdc')
-rw-r--r--usr.sbin/ntp/ntpdc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/ntpdc/Makefile b/usr.sbin/ntp/ntpdc/Makefile
index 8a37ae1..2cc9c4e 100644
--- a/usr.sbin/ntp/ntpdc/Makefile
+++ b/usr.sbin/ntp/ntpdc/Makefile
@@ -8,8 +8,8 @@ SRCS= ntpdc.c ntpdc_ops.c version.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-DPADD= ${LIBNTP}
-LDADD= ${LIBNTP}
+DPADD= ${LIBNTP} -lreadline
+LDADD= ${LIBNTP} -lreadline
CLEANFILES+= .version version.c
OpenPOWER on IntegriCloud