aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-12 02:06:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-12 02:06:02 +0000
commite46d877d8d154c7b533bcba5ded9723eff44d777 (patch)
tree19a6e1221c361c4f433bda822617f195377e415a
parent9c9986c2c8468a4db9b064db2fef477ec9cb210b (diff)
downloadsrc-e46d877d8d154c7b533bcba5ded9723eff44d777.tar.gz
src-e46d877d8d154c7b533bcba5ded9723eff44d777.zip
Add LDADD+= -ltermcap
Notes
Notes: svn path=/head/; revision=3527
-rw-r--r--gnu/lib/libreadline/Makefile3
-rw-r--r--lib/libedit/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index a9f6c705c47e..87bed6677ba0 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.12 1994/06/11 15:18:01 paul Exp $
+# $Id: Makefile,v 1.13 1994/06/12 08:50:39 ache Exp $
CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER \
@@ -11,6 +11,7 @@ SRCS+= readline.c funmap.c keymaps.c vi_mode.c parens.c \
history.c search.c tilde.c xmalloc.c
HEADERS= history.h readline.h keymaps.h chardefs.h tilde.h
NOMAN= noman
+LDADD+= -ltermcap
beforeinstall:
@-if [ ! -d ${DESTDIR}/usr/include/readline ]; then \
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index f9e278054092..5880204058f0 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -6,6 +6,8 @@ OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \
prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c \
help.c fcns.c help.h
+LDADD+= -ltermcap
+
# For speed and debugging
#SRCS= ${OSRCS} tokenizer.c history.c
# For protection