From 72194a984cab702d4cde0cd128928548ef8ebabd Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 3 Oct 1999 10:41:40 +0000 Subject: [PATCH] Fix style bugs Submitted by: bde --- lib/libedit/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 5626a88177ec..af1bb953d0ce 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,7 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# # $FreeBSD$ -# LIB= edit SHLIB_MAJOR= 3 @@ -10,8 +8,8 @@ SHLIB_MINOR= 0 OSRCS= chared.c common.c el.c emacs.c fcns.c help.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 -LDADD+= -ltermcap -DPADD+= ${LIBTERMCAP} +DPADD= ${LIBTERMCAP} +LDADD= -ltermcap MAN3= editline.3 MAN5= editrc.5