diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-16 03:30:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-16 03:30:50 +0000 |
commit | 2aed24b4876ee8144f07158005fa6fd203666f54 (patch) | |
tree | be3e1a97363b1378cb468a1c33b74a78368eb766 /usr.bin/talk | |
parent | 313c02bc4b2c6618be8a1254e314c35be83783f4 (diff) | |
download | src-test2-2aed24b4876ee8144f07158005fa6fd203666f54.tar.gz src-test2-2aed24b4876ee8144f07158005fa6fd203666f54.zip |
Notes
Diffstat (limited to 'usr.bin/talk')
-rw-r--r-- | usr.bin/talk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index bddde1ba259f..649bfa0b0ec0 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PROG= talk -DPADD= ${LIBCURSES} ${LIBTERMCAP} -LDADD= -lcurses -ltermcap +DPADD= ${LIBCURSES} +LDADD= -lcurses CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \ init_disp.c invite.c io.c look_up.c msgs.c talk.c |