summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-12 02:06:02 +0000
committerache <ache@FreeBSD.org>1994-10-12 02:06:02 +0000
commit9c19ce02355db653203db31139c18b8c69a9bf33 (patch)
tree19a6e1221c361c4f433bda822617f195377e415a /lib/libedit
parente07f0c50bcee413293dd78204ca0ef1b5efb24d8 (diff)
downloadFreeBSD-src-9c19ce02355db653203db31139c18b8c69a9bf33.zip
FreeBSD-src-9c19ce02355db653203db31139c18b8c69a9bf33.tar.gz
Add LDADD+= -ltermcap
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index f9e2780..5880204 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
OpenPOWER on IntegriCloud