aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2004-07-22 08:32:17 +0000
committerOllivier Robert <roberto@FreeBSD.org>2004-07-22 08:32:17 +0000
commit4384c42d1792ab4014aa4dd8ce3a523161e5d691 (patch)
tree682b26424d4d867e65bbdfdf60a04932aeb27b25 /usr.sbin/ntp
parentd060ebf7b2b5bc7a4978fe5972050b910ca5997b (diff)
downloadsrc-4384c42d1792ab4014aa4dd8ce3a523161e5d691.tar.gz
src-4384c42d1792ab4014aa4dd8ce3a523161e5d691.zip
Correct a cut/paste error.
Notes
Notes: svn path=/head/; revision=132532
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/ntpq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile
index 7d3e1e5e07ad..f7159f099844 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 \