From 49a4f2471ec041bdef595cd1ff83981fa464df97 Mon Sep 17 00:00:00 2001 From: roberto Date: Thu, 22 Jul 2004 08:32:17 +0000 Subject: Correct a cut/paste error. --- usr.sbin/ntp/ntpq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile index 7d3e1e5..f7159f0 100644 --- a/usr.sbin/ntp/ntpq/Makefile +++ b/usr.sbin/ntp/ntpq/Makefile @@ -13,7 +13,7 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ DPADD= ${LIBNTP} ${LIBMD} LDADD= ${LIBNTP} -lmd -+ .if !defined(NO_GNU) +.if !defined(NO_GNU) DPADD+= ${LIBREADLINE} ${LIBTERMCAP} LDADD+= -lreadline -ltermcap CFLAGS+= -DHAVE_LIBREADLINE -DHAVE_READLINE_HISTORY_H \ -- cgit v1.1