xref: /freebsd/usr.bin/talk/Makefile (revision e151093c6fd2da3466a63a52709de9f41243a8a5)
1e151093cSGarrett Wollman#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
2e151093cSGarrett Wollman#	$Id$
39b50d902SRodney W. Grimes
49b50d902SRodney W. GrimesPROG=	talk
5e151093cSGarrett WollmanDPADD=	${LIBCURSES} ${LIBTERMCAP}
6e151093cSGarrett WollmanLDADD=	-lcurses -ltermcap
79b50d902SRodney W. GrimesSRCS=	ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
89b50d902SRodney W. Grimes	init_disp.c invite.c io.c look_up.c msgs.c talk.c
99b50d902SRodney W. Grimes
109b50d902SRodney W. Grimes.include <bsd.prog.mk>
11