aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-11 21:53:28 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-11 21:53:28 +0000
commit6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3 (patch)
treef4cee079132081a2a0550f8887e3a1f63c9960dd /lib/libedit
parent88782905c03323f239f8f5bed8af550dd8471e6f (diff)
downloadsrc-6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3.tar.gz
src-6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3.zip
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Notes
Notes: svn path=/head/; revision=2678
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 0b6557f7e9bc..f9e278054092 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>