Fix style bugs

Submitted by: bde
This commit is contained in:
Marcel Moolenaar 1999-10-03 10:41:40 +00:00
parent a9fb3603bb
commit 1b779c59bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51904

View File

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