diff options
author | roberto <roberto@FreeBSD.org> | 2004-07-22 08:38:14 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2004-07-22 08:38:14 +0000 |
commit | 6b42bd1f49d5f20a3a8682a36de2625dd76e0aab (patch) | |
tree | c34f893bebb14498655608622e102b04ccb3fc08 /usr.sbin/ntp | |
parent | 61fb359eef64303576950767c3de31427f3d26f3 (diff) | |
download | FreeBSD-src-6b42bd1f49d5f20a3a8682a36de2625dd76e0aab.zip FreeBSD-src-6b42bd1f49d5f20a3a8682a36de2625dd76e0aab.tar.gz |
Correct another cut/paste mistake. Sorry folks.
Pointy hat to: me
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/ntpq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile index f7159f0..a296bff 100644 --- a/usr.sbin/ntp/ntpq/Makefile +++ b/usr.sbin/ntp/ntpq/Makefile @@ -17,7 +17,7 @@ LDADD= ${LIBNTP} -lmd DPADD+= ${LIBREADLINE} ${LIBTERMCAP} LDADD+= -lreadline -ltermcap CFLAGS+= -DHAVE_LIBREADLINE -DHAVE_READLINE_HISTORY_H \ -i -DHAVE_READLINE_READLINE_H + -DHAVE_READLINE_READLINE_H .endif CLEANFILES+= .version version.c |