cleanup, get padding and archive creation right
[unix-history] / usr / src / usr.bin / talk / Makefile
CommitLineData
a4e94754 1# @(#)Makefile 5.13 (Berkeley) %G%
662ace95
KB
2
3PROG= talk
4DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
5LDADD= -lcurses -ltermlib -lcompat
a4e94754
KB
6SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
7 init_disp.c invite.c io.c look_up.c msgs.c talk.c
f82cf5c1 8
662ace95 9.include <bsd.prog.mk>