summaryrefslogtreecommitdiff
path: root/usr.bin/msgs/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 05:54:39 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 05:54:39 +0000
commit64648b6604c28f2e7f4d9152043c0efd148474d6 (patch)
treeed2e5c039efde87e1703e750926b58662fc6a740 /usr.bin/msgs/Makefile
parent7e2fc8ed2758bd15f0698407d69eb61815a7a892 (diff)
Always use -ltermlib when linking with -lcurses
Be consistent in use of LIBTERMCAP and LIBTERMLIB when depending
Diffstat (limited to 'usr.bin/msgs/Makefile')
-rw-r--r--usr.bin/msgs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile
index 51dd4fb06fd..17e2ded2b41 100644
--- a/usr.bin/msgs/Makefile
+++ b/usr.bin/msgs/Makefile
@@ -2,7 +2,7 @@
# @(#)Makefile 8.2 (Berkeley) 4/28/95
PROG= msgs
-DPADD= ${LIBTERM}
-LDADD= -ltermlib
+DPADD= ${LIBTERMCAP}
+LDADD= -ltermcap
.include <bsd.prog.mk>