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/talk/Makefile | |
parent | 8a2ab60466cbd2986529c0e969ebfa5a622a5aa7 (diff) |
-lcurses, not termcap/termlib
Diffstat (limited to 'usr.bin/talk/Makefile')
-rw-r--r-- | usr.bin/talk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 42cc2c0f6d4..b5ddb5c8d44 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 1998/04/27 15:45:47 pjanzen Exp $ +# $OpenBSD: Makefile,v 1.6 1998/07/24 00:11:00 millert Exp $ PROG= talk -DPADD= ${LIBCURSES} ${LIBTERMLIB} -LDADD= -lcurses -ltermlib +DPADD= ${LIBCURSES} +LDADD= -lcurses SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_names.c \ init_disp.c invite.c io.c look_up.c msgs.c talk.c |