summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/talk/Makefile')
-rw-r--r--usr.bin/talk/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile
new file mode 100644
index 0000000..d86cd02
--- /dev/null
+++ b/usr.bin/talk/Makefile
@@ -0,0 +1,9 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= talk
+DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
+LDADD= -lcurses -ltermlib -lcompat
+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
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud