diff options
Diffstat (limited to 'usr.bin/msgs/Makefile')
-rw-r--r-- | usr.bin/msgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 09ef68d..bcc230e 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= msgs -DPADD= ${LIBTERM} ${LIBCOMPAT} -LDADD= -ltermlib -lcompat +DPADD= ${LIBTERMCAP} ${LIBCOMPAT} +LDADD= -ltermcap -lcompat .include <bsd.prog.mk> |