mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Fix style bugs
Submitted by: bde
This commit is contained in:
parent
a9fb3603bb
commit
1b779c59bf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51904
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user