summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-11 21:53:28 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-11 21:53:28 +0000
commit83c1bfeaebd9b736f4275febd1bfda3af777646c (patch)
treef4cee079132081a2a0550f8887e3a1f63c9960dd /lib/libedit
parent8e5d951531217274819d8267203214c7f449efb3 (diff)
downloadFreeBSD-src-83c1bfeaebd9b736f4275febd1bfda3af777646c.zip
FreeBSD-src-83c1bfeaebd9b736f4275febd1bfda3af777646c.tar.gz
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 0b6557f..f9e2780 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -46,7 +46,7 @@ editline.c: ${OSRCS}
.depend: vi.h emacs.h common.h fcns.h help.h help.c
-test: test.o libedit.a ${DPADD} ${LIBTERM}
+test: test.o libedit.a ${DPADD} ${LIBTERMCAP}
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud