diff options
author | roberto <roberto@FreeBSD.org> | 2001-08-29 15:03:54 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2001-08-29 15:03:54 +0000 |
commit | 198cad9f46ab7adb5602203485beaea56cc32de1 (patch) | |
tree | 0433a977b761c89fcc9113c71699801b56b0e5be /usr.sbin/ntp/ntpdc | |
parent | e3ef210a6fc22f545b9aaf865edd5c058a0aa65e (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |