2005-04-21 16:53:53 +02:00
|
|
|
# Makefile for talk
|
|
|
|
#
|
|
|
|
# 08/01/96 Michael Temari, <temari@ix.netcom.com>
|
|
|
|
#
|
|
|
|
|
|
|
|
PROG= talk
|
2010-05-12 18:28:54 +02:00
|
|
|
SRCS= talk.c screen.c net.c proto.c
|
|
|
|
MAN=
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2010-05-12 18:28:54 +02:00
|
|
|
DPADD+= ${LIBCURSES}
|
|
|
|
LDADD+= -lcurses
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.prog.mk>
|