diff options
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 4367f497653..0aea2d4ae31 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2017/10/17 19:31:56 naddy Exp $ +# $OpenBSD: Makefile,v 1.31 2018/11/14 20:43:48 sthen Exp $ # $NetBSD: Makefile,v 1.41 2010/02/03 15:34:43 roy Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 @@ -11,6 +11,9 @@ SRCS = chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \ MAN= editline.3 editrc.5 editline.7 +LDADD+= -L${BSDOBJDIR}/lib/libcurses -ltermcap +DPADD+= ${LIBTERMCAP} + LIBEDITDIR?=${.CURDIR} INCS= histedit.h |