diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
commit | 7c5db15603132b9f94a11af57c5a56b205c0eaff (patch) | |
tree | 47384a9485fd95c587188df50a275d708da17fa4 /usr.bin/msgs | |
parent | 8a2ab60466cbd2986529c0e969ebfa5a622a5aa7 (diff) |
-lcurses, not termcap/termlib
Diffstat (limited to 'usr.bin/msgs')
-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 f73804fb5b0..1c3619a0feb 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 1997/09/21 11:50:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1998/07/24 00:10:57 millert Exp $ PROG= msgs DPADD= ${LIBTERMLIB} -LDADD= -ltermlib +LDADD= -lcurses .include <bsd.prog.mk> |