summaryrefslogtreecommitdiffstats
path: root/usr.bin/more
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-11 22:01:45 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-11 22:01:45 +0000
commit95020286b602a7b5fd8b28d6619241c13b032b6c (patch)
treeb5d7a4da0b756d6e402d0c19286d792da70937c5 /usr.bin/more
parent83c1bfeaebd9b736f4275febd1bfda3af777646c (diff)
downloadFreeBSD-src-95020286b602a7b5fd8b28d6619241c13b032b6c.zip
FreeBSD-src-95020286b602a7b5fd8b28d6619241c13b032b6c.tar.gz
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile
index 58f9e81..bae015d 100644
--- a/usr.bin/more/Makefile
+++ b/usr.bin/more/Makefile
@@ -5,7 +5,7 @@ CFLAGS+=-I${.CURDIR}
SRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \
option.c os.c output.c position.c prim.c screen.c signal.c tags.c \
ttyin.c
-DPADD= ${LIBTERM} ${LIBCOMPAT}
+DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
beforeinstall:
OpenPOWER on IntegriCloud