summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-10-03 10:41:40 +0000
committermarcel <marcel@FreeBSD.org>1999-10-03 10:41:40 +0000
commit72194a984cab702d4cde0cd128928548ef8ebabd (patch)
treef9663b17b3be5d5e1927cfd5fd1926115489b2cf /lib/libedit
parent2a62d3b8561de4741a3feff6d07b61e4bf47fee5 (diff)
downloadFreeBSD-src-72194a984cab702d4cde0cd128928548ef8ebabd.zip
FreeBSD-src-72194a984cab702d4cde0cd128928548ef8ebabd.tar.gz
Fix style bugs
Submitted by: bde
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 5626a88..af1bb95 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
OpenPOWER on IntegriCloud