1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-31 12:13:10 +00:00

Add LDADD+= -ltermcap

This commit is contained in:
Andrey A. Chernov 1994-10-12 02:06:02 +00:00
parent 9c9986c2c8
commit e46d877d8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3527
2 changed files with 4 additions and 1 deletions

View File

@ -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 \

View File

@ -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